--- 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);
}
};