Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jan 23, 2018
1 parent 01ae150 commit 9b29486
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions add-on/src/contentScripts/ipfs-proxy/inject-script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

function injectScript (src, target, opts) {
opts = opts || {}
const doc = opts.document || document
Expand Down
2 changes: 2 additions & 0 deletions add-on/src/contentScripts/ipfs-proxy/page.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const Ipfs = require('ipfs')
const { createProxyClient } = require('ipfs-postmsg-proxy')
const _Buffer = Buffer
Expand Down
2 changes: 1 addition & 1 deletion add-on/src/lib/ipfs-proxy/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
/* eslint-env browser, webextensions */
/* eslint-env browser */

const browser = require('webextension-polyfill')
const { createProxyServer, closeProxyServer } = require('ipfs-postmsg-proxy')
Expand Down
2 changes: 2 additions & 0 deletions add-on/src/pages/proxy-acl/page.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const html = require('choo/html')
const logo = require('../../popup/logo')

Expand Down

0 comments on commit 9b29486

Please sign in to comment.