Merge branch 'master' of github.com:strongloop/loopback-boot into dashby3000-master
This commit is contained in:
commit
450aa6dd21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue