Skip to content

Commit

Permalink
Merge pull request #3 from cirosantilli/remove-semicolon
Browse files Browse the repository at this point in the history
Remove unneeded semicolon.
  • Loading branch information
philschatz committed Jun 18, 2014
2 parents b64f3bd + b1a7fe4 commit e6d5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.coffee
Expand Up @@ -16,7 +16,7 @@ require ['cs!./all'], () ->
mocha.checkLeaks()

# Needs to run once this file is loaded
window.sepia.start();
window.sepia.start()

if window.mochaPhantomJS
mochaPhantomJS.run()
Expand Down

0 comments on commit e6d5662

Please sign in to comment.