src/js/init.js
changeset 986 f9d51dd4a3fe
parent 984 e034099276f6
child 987 7b65bf78873a
--- a/src/js/init.js	Fri Nov 30 10:49:26 2012 +0100
+++ b/src/js/init.js	Wed Dec 19 19:02:52 2012 +0100
@@ -97,6 +97,9 @@
         _this.widgets.push(null);
         _this.loadWidget(widgetconf, function(widget) {
             _this.widgets[key] = widget;
+            if (widget.isLoaded()) {
+                _this.trigger("widget-loaded");
+            }
         });
     });
     this.$.find('.Ldt-Loader').detach();