Herbert Vojčík před 8 roky
rodič
revize
a25def5db2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);