Merge branch 'master' of github.com:strongloop/loopback-boot into dashby3000-master

This commit is contained in:
Raymond Feng 2015-07-31 13:45:23 -07:00
commit 450aa6dd21
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