Commit bafcb596 authored by Stephen Sawchuk's avatar Stephen Sawchuk

(vanilla)(jshint) Fix some errors.

parent 1e0e1908
/*global Store, Model, View, Controller, $$ */ /*global $$, app */
(function () { (function () {
'use strict'; 'use strict';
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
return; return;
} }
this.model.create(e.target.value, function (data) { this.model.create(e.target.value, function () {
input.value = ''; input.value = '';
this._filter(true); this._filter(true);
}.bind(this)); }.bind(this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment