Explorar o código

fix Number \ that is not escaped

Laurent Laffont %!s(int64=13) %!d(string=hai) anos
pai
achega
af6603074b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;