Skip to content

Commit 10cf49c

Browse files
committedJun 4, 2015
Typo
1 parent 698f37f commit 10cf49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def at_exit(&block)
3232

3333
is_node = `typeof(process) == 'object' && !!process.versions.node`
3434
is_browser = `(typeof(window) !== 'undefined')`
35-
is_pahntom = is_browser && `!!window.OPAL_SPEC_PHANTOM`
35+
is_phantom = is_browser && `!!window.OPAL_SPEC_PHANTOM`
3636

3737
case
3838
when is_node

0 commit comments

Comments
 (0)
Please sign in to comment.