1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

mock-dev - cleanup missing polyfill

This commit is contained in:
kumavis 2017-01-24 20:28:10 -08:00
parent 76ce348a04
commit 0f33acb80c

View File

@ -12,9 +12,6 @@
* To use, run `npm run mock`.
*/
// pollyfill localStorage for non-browser environments
if (!global.localStorage) global.localStorage
const extend = require('xtend')
const render = require('react-dom').render
const h = require('react-hyperscript')