ソースを参照

Removing temporary fix of #1062.

It is now fixed by previous commits of bootjs-dnu-refactor branch.
Herbert Vojčík 10 年 前
コミット
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);
         };