diff -r f11b234497f7 -r 61c384dda19e src/js/modules.js --- a/src/js/modules.js Fri Apr 27 19:18:21 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -/* modules are non-graphical entities, similar to widgets */ - -// TODO: Unify widgets and modules - -IriSP.Module = function(Popcorn, config, Serializer) { - - if (config === undefined || config === null) { - config = {} - } - - this._Popcorn = Popcorn; - this._config = config; - this._serializer = Serializer; -};