Skip to content

Commit

Permalink
correct callback name
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Oct 14, 2013
1 parent 13c8b2b commit 4cd8427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/html/attr-mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
bind: function() {
return Element.prototype.bind.apply(this, arguments);
},
inserted: function() {
enteredView: function() {
this.testSrcForMustache();
},
attributeChanged: function(name, oldValue) {
Expand Down

0 comments on commit 4cd8427

Please sign in to comment.