Skip to content

Commit

Permalink
new revision
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 8, 2015
1 parent debb1f6 commit 097489b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.2.0",
"version": "1.2.1",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
5 changes: 3 additions & 2 deletions platform/firefox/frameModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/******************************************************************************/

// https://github.com/gorhill/uBlock/issues/800
this.EXPORTED_SYMBOLS = ['contentObserver', 'LocationChangeListener'];

const {interfaces: Ci, utils: Cu} = Components;
Expand Down Expand Up @@ -62,7 +63,7 @@ const getMessageManager = function(win) {

/******************************************************************************/

const contentObserver = {
var contentObserver = {
classDescription: 'content-policy for ' + hostName,
classID: Components.ID('{7afbd130-cbaf-46c2-b944-f5d24305f484}'),
contractID: '@' + hostName + '/content-policy;1',
Expand Down Expand Up @@ -423,7 +424,7 @@ const contentObserver = {

const locationChangedMessageName = hostName + ':locationChanged';

const LocationChangeListener = function(docShell) {
var LocationChangeListener = function(docShell) {
if ( !docShell ) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion platform/opera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.2.0",
"version": "1.2.1",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down

0 comments on commit 097489b

Please sign in to comment.