Browse Source

Make scheme const

Kevin Sawicki 8 years ago
parent
commit
2dafd845b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/chromium-spec.js

+ 1 - 1
spec/chromium-spec.js

@@ -316,7 +316,7 @@ describe('chromium feature', function () {
   describe('window.opener security', function () {
     this.timeout(10000)
 
-    let scheme = 'other'
+    const scheme = 'other'
     let url = `${scheme}://${fixtures}/pages/window-opener-location.html`
     let w = null