web/static/res/js/incmosaic.js
changeset 43 21a791340354
parent 42 01415303372e
child 45 f7bfdc49982b
equal deleted inserted replaced
42:01415303372e 43:21a791340354
   213 				// The effect loop
   213 				// The effect loop
   214 				this.setNewEffect();
   214 				this.setNewEffect();
   215 			} else if (this.endEffecFunc != undefined && this.endEffecFunc != null) {
   215 			} else if (this.endEffecFunc != undefined && this.endEffecFunc != null) {
   216 				// Call the end callback
   216 				// Call the end callback
   217 				this.endEffecFunc();
   217 				this.endEffecFunc();
       
   218 				this.endEffecFunc = null;
   218 			}
   219 			}
   219 		}	
   220 		}	
   220 	};
   221 	};
   221 
   222 
   222 	this.drawSquare = function(fullEffect, image, effectInfo)
   223 	this.drawSquare = function(fullEffect, image, effectInfo)