Skip to content

Commit 74f5518

Browse files
author
Travers McInerney
committed
Add a bunch more allowed globals
1 parent dcc0887 commit 74f5518

File tree

1 file changed

+1
-1
lines changed
  • lib/zendesk_apps_support/validations

1 file changed

+1
-1
lines changed

lib/zendesk_apps_support/validations/source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Source
1616
# predefined globals:
1717
:predef => %w(_ console services helpers alert window document self
1818
JSON Base64 clearInterval clearTimeout setInterval setTimeout
19-
require module)
19+
require module exports top frames parent)
2020
}.freeze
2121

2222
class <<self

0 commit comments

Comments
 (0)