--- a/web/static/res/js/incmosaic.js Thu Feb 07 15:06:40 2013 +0100
+++ b/web/static/res/js/incmosaic.js Fri Feb 08 17:07:34 2013 +0100
@@ -161,7 +161,7 @@
} else {
this.imagesLoaded = 1;
this.pairImages[0] = this.pairImages[1]; // Swap
- this.pairImages[1] = this.getImageFromUrl(this.listeUrls[0], 999)
+ this.pairImages[1] = this.getImageFromUrl(this.listeUrls[0], 999);
}
this.listeUrls.remove(0);
@@ -237,7 +237,7 @@
}
if (!effectsContinue) {
- if (this.endEffecFunc != undefined && this.endEffecFunc != null) {
+ if (this.endEffecFunc !== undefined && this.endEffecFunc !== null) {
// Call the end callback
var func = this.endEffecFunc;
if (!this.loop) {