From 4cd84273d4ab29bfc9066548acc470f3cef3d109 Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Mon, 14 Oct 2013 16:00:08 -0700 Subject: [PATCH] correct callback name --- test/html/attr-mustache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/html/attr-mustache.html b/test/html/attr-mustache.html index 31e1e50a4b..2297956d49 100644 --- a/test/html/attr-mustache.html +++ b/test/html/attr-mustache.html @@ -16,7 +16,7 @@ bind: function() { return Element.prototype.bind.apply(this, arguments); }, - inserted: function() { + enteredView: function() { this.testSrcForMustache(); }, attributeChanged: function(name, oldValue) {