pretty legit level dropdown

This commit is contained in:
Peter Cottle 2013-01-06 23:34:39 -08:00
parent 0012c3de54
commit 378fcc0377
10 changed files with 542 additions and 28 deletions

View file

@ -206,10 +206,6 @@ var CommandPromptView = Backbone.View.extend({
((value.length && this.index !== -1 &&
this.commands.toArray()[this.index].get('text') !== value));
if (this.index !== -1) {
console.log(this.commands.toArray()[this.index]);
}
if (!shouldAdd) {
return;
}