diff -r 639129cf95bc -r 81243f1c7cff src/widgets/SpelSyncHtml.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/widgets/SpelSyncHtml.js Wed Sep 04 15:47:20 2013 +0200 @@ -0,0 +1,26 @@ +IriSP.Widgets.SpelSyncHtml = function(player, config) { + console.log("Calling IriSP.Widget's constructor from IriSP.HelloWorldWidget"); + IriSP.Widgets.Widget.call(this, player, config); +} + +IriSP.Widgets.SpelSyncHtml.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.SpelSyncHtml.prototype.defaults = { + src: "about:blank" +} + +IriSP.Widgets.SpelSyncHtml.prototype.template = + '