浏览代码

Removing temporary fix of #1062.

It is now fixed by previous commits of bootjs-dnu-refactor branch.
Herbert Vojčík 9 年之前
父节点
当前提交
67485b8532
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      support/boot.js

+ 0 - 1
support/boot.js

@@ -1106,7 +1106,6 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require
 		}
 
         st.st2prop = function (stSelector) {
-            if (stSelector[0] === '_') return ''; // TODO revert when #1062 root cause fixed
             var colonPosition = stSelector.indexOf(':');
             return colonPosition === -1 ? stSelector : stSelector.slice(0, colonPosition);
         };