Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Fix Lint Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Feb 21, 2015
1 parent a5df5a4 commit 928e9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec-helper.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.waitForAutocomplete = ->
advanceClock(10)
setImmediate ->
advanceClock(10)
done();
done()

exports.buildIMECompositionEvent = (event, {data, target} = {}) ->
event = new CustomEvent(event, {bubbles: true})
Expand Down

0 comments on commit 928e9ce

Please sign in to comment.