Index: ext/common.js |
=================================================================== |
--- a/ext/common.js |
+++ b/ext/common.js |
@@ -78,10 +78,9 @@ |
return chrome.extension.getBackgroundPage(); |
} |
}; |
/* Utils */ |
ext.getURL = chrome.extension.getURL; |
- ext.i18n = chrome.i18n; |
}()); |