1
0
Просмотр исходного кода

fix Number \ that is not escaped

Laurent Laffont 13 лет назад
Родитель
Сommit
af6603074b
1 измененных файлов с 2 добавлено и 2 удалено
  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;