Sfoglia il codice sorgente

fix Number \ that is not escaped

Laurent Laffont 13 anni fa
parent
commit
af6603074b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      js/Kernel-Objects.deploy.js

+ 2 - 2
js/Kernel-Objects.deploy.js

@@ -1463,9 +1463,9 @@ return self;}
 smalltalk.Number);
 
 smalltalk.addMethod(
-'_\',
+'_\\',
 smalltalk.method({
-selector: '\',
+selector: '\\',
 fn: function (aNumber){
 var self=this;
 return self % aNumber;