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 () {
'use strict';
......
......@@ -75,7 +75,7 @@
return;
}
this.model.create(e.target.value, function (data) {
this.model.create(e.target.value, function () {
input.value = '';
this._filter(true);
}.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