Forráskód Böngészése

Removing temporary fix of #1062.

It is now fixed by previous commits of bootjs-dnu-refactor branch.
Herbert Vojčík 10 éve
szülő
commit
67485b8532
1 módosított fájl, 0 hozzáadás és 1 törlés
  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);
         };