Making extensions/chromium/extension-router.js adhere to the style guide
This commit is contained in:
parent
c29350219e
commit
8d2068dc6f
@ -18,6 +18,7 @@ limitations under the License.
|
||||
/* globals chrome */
|
||||
|
||||
'use strict';
|
||||
|
||||
(function ExtensionRouterClosure() {
|
||||
var VIEWER_URL = chrome.extension.getURL('content/web/viewer.html');
|
||||
var CRX_BASE_URL = chrome.extension.getURL('/');
|
||||
|
Loading…
Reference in New Issue
Block a user