Herbert Vojčík пре 8 година
родитељ
комит
a25def5db2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -1095,7 +1095,7 @@ define("amber/boot", ['require', './browser-compatibility'], function (require)
          if you modify the following functions, also change st2js
          accordingly */
         st.js2st = function (selector) {
-            if (selector.match(/__/)) {
+            if (selector.match(/^__/)) {
                 return binaryJsToSt(selector);
             } else {
                 return keywordJsToSt(selector);