Spaces:
Running
Running
scratch0-5
/
utils
/VMMakerJS.package
/JSPluginCodeGenerator.class
/instance
/overrideJSTranslationDictionary.st
public | |
overrideJSTranslationDictionary | |
| sel | | |
sel := (#translatedMethods, self pluginName) asSymbol. | |
(self respondsTo: sel) ifFalse: [^self]. | |
(self perform: sel) associationsDo: [:assoc | | |
translationDict at: assoc key put: assoc value]. | |