From b00f0128e88ca7bd2a5765991cd2484494dca977 Mon Sep 17 00:00:00 2001 From: Peter Wagenet Date: Wed, 8 Jun 2011 18:10:45 -0700 Subject: [PATCH] Fixed test typo --- frameworks/core_foundation/tests/views/template/handlebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core_foundation/tests/views/template/handlebars.js b/frameworks/core_foundation/tests/views/template/handlebars.js index 958f79fa6b..372d0fa0c0 100644 --- a/frameworks/core_foundation/tests/views/template/handlebars.js +++ b/frameworks/core_foundation/tests/views/template/handlebars.js @@ -898,7 +898,7 @@ test("should be able to bind class attribute with {{bindAttr}}", function() { }); test("should be able to bind boolean element attributes using {{bindAttr}}", function() { - var template = SC.Handlebars.compile(''); + var template = SC.Handlebars.compile(''); var content = SC.Object.create({ isDisabled: false, isChecked: true