Skip to content

Commit

Permalink
Remove unneeded semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Jun 18, 2014
1 parent a51b1d7 commit b1a7fe4
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 b1a7fe4

Please sign in to comment.