I'm blaming that one on the vicodin

This commit is contained in:
Raphael Sofaer 2011-04-21 15:13:17 -07:00
parent bad0d9f4ea
commit 830cbf0876

View file

@ -9,7 +9,6 @@
}
var Diaspora = { };
vara = 5;
Diaspora.WidgetCollection = function() {
this.initialized = false;
@ -32,7 +31,7 @@
this.initialized = true;
for(var widgetId in this.collection) {
if(this.collection[widgetId].hasOwnProperty("start")
if(this.collection[widgetId].hasOwnProperty("start")
|| this.collection[widgetId].__proto__.hasOwnProperty("start")) {
this.collection[widgetId].start();
}