mirror of https://github.com/gorhill/uBlock.git
revise indentation, comments
This commit is contained in:
parent
f8e266c2b0
commit
0e7e653362
|
@ -1,7 +1,7 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
uBlock Origin - a browser extension to block requests.
|
uBlock Origin - a browser extension to block requests.
|
||||||
Copyright (C) 2014-2016 The µBlock authors
|
Copyright (C) 2014-2016 The uBlock Origin authors
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -381,7 +381,7 @@ vAPI.shutdown.add(function() {
|
||||||
// For code review, the stringified code below is found in
|
// For code review, the stringified code below is found in
|
||||||
// `js/websocket.js` (comments and empty lines were stripped).
|
// `js/websocket.js` (comments and empty lines were stripped).
|
||||||
var script = doc.createElement('script');
|
var script = doc.createElement('script');
|
||||||
script.textContent = " \n\
|
script.textContent = "\
|
||||||
(function() { \n\
|
(function() { \n\
|
||||||
'use strict'; \n\
|
'use strict'; \n\
|
||||||
var Wrapped = window.WebSocket; \n\
|
var Wrapped = window.WebSocket; \n\
|
||||||
|
|
Loading…
Reference in New Issue