Skip to content

Instantly share code, notes, and snippets.

@vongohren
Last active August 29, 2015 14:10
Show Gist options
  • Save vongohren/731ebe73d4cd866f8749 to your computer and use it in GitHub Desktop.
Save vongohren/731ebe73d4cd866f8749 to your computer and use it in GitHub Desktop.
initTokens: function() {
var _this = this;
_(this.splitAndTrim(this.$originalInput.val())).each(function(token) {
_this.tokens.add(token);
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment