Skip to content

Commit

Permalink
Remove now unnecessary tweaking of global
Browse files Browse the repository at this point in the history
Summary:
public

When we were debugging in the main window JS context in Chrome, the global environment had to be tweaked so that DOM features wouldn’t be detected.

Since we switched to debugging within a web worker, we don’t need to do this tweaks any more.

Reviewed By: bestander

Differential Revision: D2850239

fb-gh-sync-id: 886f2f7ac5c579c3fd4a424d5341bc6bc0432c0d
  • Loading branch information
davidaurelio authored and facebook-github-bot-7 committed Jan 21, 2016
1 parent 4362e98 commit 2902701
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
30 changes: 0 additions & 30 deletions Libraries/JavaScriptAppEngine/polyfills/document.js

This file was deleted.

5 changes: 0 additions & 5 deletions local-cli/server/runServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ function getPackagerServer(args, config) {
assetRoots: args.assetRoots,
assetExts: ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp'],
resetCache: args.resetCache || args['reset-cache'],
polyfillModuleNames: [
require.resolve(
'../../Libraries/JavaScriptAppEngine/polyfills/document.js'
),
],
verbose: args.verbose,
});
}
Expand Down

0 comments on commit 2902701

Please sign in to comment.