Index: lib/api.js |
=================================================================== |
--- a/lib/api.js |
+++ b/lib/api.js |
@@ -156,12 +156,12 @@ var API = (function() |
setPref: function(pref, value) |
{ |
Prefs[pref] = value; |
}, |
forceUpdateCheck: function(eventName) |
{ |
- checkForUpdates(true, _triggerEvent.bind(null, eventName)); |
+ checkForUpdates(_triggerEvent.bind(null, eventName)); |
} |
}; |
})(); |