Commit 3e6bc94e by Иван Кубота

no more bind attribure [object object]

parent aecac90e
......@@ -43,7 +43,7 @@ NS.apply = function(a,b) {
var used = {
cls: true, className: true, 'class': true,
attr: true, style: true, renderTo: true,
prop: true,
prop: true, bind: true,
on: true
};
var fastDomEl = function(type, cfg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment