mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
appease the linting gods
This commit is contained in:
parent
ec5adf014e
commit
5c4c902c94
@ -19,10 +19,6 @@ function setupInjection(){
|
|||||||
|
|
||||||
function setupStreams(){
|
function setupStreams(){
|
||||||
|
|
||||||
const LocalMessageDuplexStream = require('./lib/local-message-stream.js')
|
|
||||||
const PortStream = require('./lib/port-stream.js')
|
|
||||||
const ObjectMultiplex = require('./lib/obj-multiplex')
|
|
||||||
|
|
||||||
// setup communication to page and plugin
|
// setup communication to page and plugin
|
||||||
var pageStream = new LocalMessageDuplexStream({
|
var pageStream = new LocalMessageDuplexStream({
|
||||||
name: 'contentscript',
|
name: 'contentscript',
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/*global Web3*/
|
||||||
cleanContextForImports()
|
cleanContextForImports()
|
||||||
require('web3/dist/web3.min.js')
|
require('web3/dist/web3.min.js')
|
||||||
const LocalMessageDuplexStream = require('./lib/local-message-stream.js')
|
const LocalMessageDuplexStream = require('./lib/local-message-stream.js')
|
||||||
|
Loading…
Reference in New Issue
Block a user