Skip to content

Commit

Permalink
Fix more jshint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Mar 7, 2012
1 parent a948bc3 commit 606d65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"ok",
"strictEqual",
"module",
"expect"
"expect",
"minispade"
],

"node" : false,
Expand Down
1 change: 0 additions & 1 deletion packages/ember-handlebars/lib/helpers/binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var get = Ember.get, getPath = Ember.Handlebars.getPath, set = Ember.set, fmt =
var forEach = Ember.ArrayUtils.forEach;

var EmberHandlebars = Ember.Handlebars, helpers = EmberHandlebars.helpers;
var helpers = EmberHandlebars.helpers;

(function() {
// Binds a property into the DOM. This will create a hook in DOM that the
Expand Down

0 comments on commit 606d65a

Please sign in to comment.