Improve concatenation

This commit is contained in:
Luis A. Leiva 2015-11-08 23:39:07 +01:00
parent 928a7f916c
commit c6fab5238e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
* // Switching between contexts removes the need of having to reinstantiate the jSketch class. * // Switching between contexts removes the need of having to reinstantiate the jSketch class.
* brush.context(canvas2).beginFill('#5F7').fillCircle(30,30,8).endFill(); * brush.context(canvas2).beginFill('#5F7').fillCircle(30,30,8).endFill();
*/ */
(function(window){ ;(function(window){
/** /**
* @constructor * @constructor
* @param {Object} elem - MUST be a DOM element * @param {Object} elem - MUST be a DOM element