mirror of https://github.com/luileito/jsketch.git
Improve concatenation
This commit is contained in:
parent
928a7f916c
commit
c6fab5238e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue