Skip to content

Commit

Permalink
update handlebars.element
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmaso committed May 23, 2016
1 parent 0ef602f commit 8202aec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/handlebars.binding.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// handlebars.binding
// ------------------
// v0.3.5
// v0.3.6
//
// Copyright (c) 2013-2016 Mateus Maso
// Distributed under MIT license
Expand Down Expand Up @@ -974,7 +974,7 @@ function parseHTML(html) {
var bindingAttributeName = (0, _utils.camelize)(bindingAttribute.nodeName);
var bool = bindingElementFn.options.booleans && bindingElementFn.options.booleans.indexOf(bindingAttributeName) >= 0;

bindingElementAttributes[bindingAttributeName] = parseValue(bindingAttribute.nodeValue, bool);
bindingElementAttributes[bindingAttributeName] = this.parseValue(bindingAttribute.nodeValue, bool);
}

var newElement = bindingElementFn.apply(bindingElement, [bindingElementAttributes]);
Expand Down
Loading

0 comments on commit 8202aec

Please sign in to comment.