Skip to content

Commit

Permalink
issue 819: add alert and confirm in non-enumerable global properties
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Apr 18, 2013
1 parent 24754b8 commit 3c82bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ var globals = [
'clearTimeout',
'setInterval',
'clearInterval',
'alert',
'confirm',
'XMLHttpRequest',
'Date'
];
Expand Down

0 comments on commit 3c82bd7

Please sign in to comment.