Follow-up fix for bug 726529

This commit is contained in:
Andreas Gal 2012-02-12 23:26:25 -08:00
parent 83b5172cc1
commit 7558e838d3

View File

@ -24,8 +24,6 @@ XPCOMUtils.defineLazyGetter(Services, 'fm', function() {
XPCOMUtils.defineLazyGetter(navigator, 'mozKeyboard', function() {
return new MozKeyboard();
});
updateApplicationCache(window);
};
let progressListener = {