doc : Updated JS Doc for ImageResizer

This commit is contained in:
jdescottes 2014-03-16 22:53:10 +01:00
parent 9ae01cb074
commit 4b0b1a4bad

View file

@ -29,6 +29,7 @@
* @param {Canvas2d} source original image to be resized, as a 2d canvas
* @param {Number} zoom ratio between desired dim / source dim
* @param {Number} margin gap to be displayed between pixels
* @param {String} color or the margin (will be transparent if not provided)
* @return {Canvas2d} the resized canvas
*/
resizeNearestNeighbour : function (source, zoom, margin, marginColor) {