Преглед на файлове

createPackage: with only one parameter at the beginning of .st

Recompile will fix `.js` files as well
(the existing parameter in `.js` does not make any harm,
but should be removed, eventually).
Herbert Vojčík преди 12 години
родител
ревизия
33689c133c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      documentation/st/Documentation.st

+ 1 - 1
documentation/st/Documentation.st

@@ -1,4 +1,4 @@
-Smalltalk current createPackage: 'Documentation' properties: #{}!
+Smalltalk current createPackage: 'Documentation'!
 Object subclass: #ChapterSelectionAnnouncement
 	instanceVariableNames: 'id'
 	package: 'Documentation'!