From 24e959cb655e3db1147dc5f562cf290644cc7a5f Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 18 Sep 2015 15:39:58 +0300 Subject: [PATCH] tslint fixed --- apps/tests/ui/view/view-tests-common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tests/ui/view/view-tests-common.ts b/apps/tests/ui/view/view-tests-common.ts index 5fce0b08e..59a0ec1d3 100644 --- a/apps/tests/ui/view/view-tests-common.ts +++ b/apps/tests/ui/view/view-tests-common.ts @@ -495,10 +495,10 @@ export var test_binding_id = function () { } export var test_binding_cssClass = function () { - property_binding_test("className", "class1", "class2"); + property_binding_test("cssClass", "class1", "class2"); } -export var test_binding_cssClass = function () { +export var test_binding_className = function () { property_binding_test("className", "class1", "class2"); }