Skip to content

Commit

Permalink
Minor code review
Browse files Browse the repository at this point in the history
  • Loading branch information
el1t committed Dec 26, 2016
1 parent 289e3c2 commit 9264178
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions platform/safari/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@

// For background page

/******************************************************************************/
'use strict';

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

(function() {

'use strict';

var vAPI = self.vAPI = self.vAPI || {};

vAPI.isMainProcess = true;
Expand Down
4 changes: 3 additions & 1 deletion platform/safari/vapi-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
Home: https://github.com/gorhill/uBlock
*/
/******************************************************************************/

'use strict';

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

// For non background pages

(function(self) {
Expand Down
4 changes: 2 additions & 2 deletions platform/safari/vapi-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

// For background page or non-background pages

'use strict';

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

(function() {

'use strict';

var vAPI = self.vAPI = self.vAPI || {};

/******************************************************************************/
Expand Down

0 comments on commit 9264178

Please sign in to comment.