Skip to content

Commit

Permalink
compiler was eating 'Proxy' name
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed May 2, 2016
1 parent 2479dd9 commit b7f4dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


(function(scope) {
if (scope.Proxy) {
if (scope['Proxy']) {
return;
}
let lastRevokeFn = null;
Expand Down
8 changes: 4 additions & 4 deletions proxy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7f4dc3

Please sign in to comment.