tslint fixed

This commit is contained in:
Vladimir Enchev
2015-09-18 15:39:58 +03:00
parent 0de81e767c
commit 24e959cb65

View File

@@ -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");
}