Skip to content

Commit

Permalink
Undo whitespace cleanup ( sorry )
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoff committed Dec 28, 2012
1 parent 031615a commit 7f173f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
//
// The easiest way to use singleField is to just instantiate tag-it
// on an INPUT element, in which case singleField is automatically
// set to true, and singleFieldNode is set to that element. This
// set to true, and singleFieldNode is set to that element. This
// way, you don't need to fiddle with these options.
singleField: false,

Expand Down Expand Up @@ -235,7 +235,7 @@

// Comma/Space/Enter are all valid delimiters for new tags,
// except when there is an open quote or if setting allowSpaces = true.
// Tab will also create a tag, unless the tag input is empty,
// Tab will also create a tag, unless the tag input is empty,
// in which case it isn't caught.
if (
event.which === $.ui.keyCode.COMMA ||
Expand Down

0 comments on commit 7f173f7

Please sign in to comment.