From a2242e68866e1c9cc21dd2ffc7d46e899f4aeaa1 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Thu, 10 Apr 2014 13:10:05 +0530 Subject: [PATCH] Update documentation for the createThumbnail method Bug: 61267 Change-Id: If73e89059f5f8528a6e0aab0ec04a89a69c5d114 --- resources/ext.popups.core.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/ext.popups.core.js b/resources/ext.popups.core.js index 819f6fd39..c5f082d8d 100644 --- a/resources/ext.popups.core.js +++ b/resources/ext.popups.core.js @@ -113,6 +113,9 @@ /** * @method createThumbnail * Returns a thumbnail object based on the ratio of the image + * Uses an SVG image where available to add the triangle/pokey + * mask on the image. Crops and resizes the SVG image so that + * is fits inside a rectangle of a particular size. * @param {Object} thumbnail * @param {boolean} tall * @return {Object} jQuery DOM element of the thumbnail