src/js/modules.js
branchnew-model
changeset 866 3bf7aa8216e5
parent 461 a9c5eeca190c
--- a/src/js/modules.js	Mon Apr 16 19:10:32 2012 +0200
+++ b/src/js/modules.js	Tue Apr 17 15:03:40 2012 +0200
@@ -1,5 +1,7 @@
 /* modules are non-graphical entities, similar to widgets */
 
+// TODO: Unify widgets and modules
+
 IriSP.Module = function(Popcorn, config, Serializer) {
 
   if (config === undefined || config === null) {