Fix the build failure

This commit is contained in:
Raymond Feng 2015-07-31 10:02:16 -07:00
parent 4f6e768426
commit 329fc59113
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ function createContext() {
var context = {
// required by browserify
XMLHttpRequest: function() { throw new Error('not implemented'); },
FormData: function() { throw new Error('not implemented'); },
localStorage: {
// used by `debug` module