Browse Source

fix Number \ that is not escaped

Laurent Laffont 13 năm trước cách đây
mục cha
commit
af6603074b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;