equal
deleted
inserted
replaced
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) |