src/js/widgets-container/widget.js
changeset 1013 392ddcd212d7
parent 1001 3210bf928a11
child 1033 c20df1c080e6
--- a/src/js/widgets-container/widget.js	Mon Sep 30 14:39:34 2013 +0200
+++ b/src/js/widgets-container/widget.js	Tue Oct 01 15:41:46 2013 +0200
@@ -73,7 +73,7 @@
             } else {
                 var _mediaopts = {
                     is_mashup: _this.is_mashup || false
-                }
+                };
                 _this.media = _this.source.getCurrentMedia(_mediaopts);
             }
             
@@ -120,9 +120,9 @@
     if (typeof _function !== "undefined") {
         return function() {
             return _function.apply(_this, Array.prototype.slice.call(arguments, 0));
-        }
+        };
     } else {
-        console.log("Error, Unknown function IriSP.Widgets." + this.type + "." + _name)
+        console.log("Error, Unknown function IriSP.Widgets." + this.type + "." + _name);
     }
 };