Skip to content

Commit

Permalink
Style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dmauro committed May 4, 2014
1 parent 24c5252 commit 3506b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keypress.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class keypress.Listener
if typeof combo_dictionary["keys"] is "string"
combo_dictionary["keys"] = combo_dictionary["keys"].split " "
for own property, value of @_defaults
if combo_dictionary[property] == undefined
if combo_dictionary[property] is undefined
combo_dictionary[property] = value
combo = new Combo combo_dictionary

Expand Down

0 comments on commit 3506b95

Please sign in to comment.