ElectronWorkstation.st
changeset 8830 9a3e9cc4196f
parent 8829 cfda99adb9eb
child 8831 e7b82f41a099
--- a/ElectronWorkstation.st	Tue Oct 15 03:18:25 2019 +0200
+++ b/ElectronWorkstation.st	Tue Oct 15 03:25:57 2019 +0200
@@ -35,7 +35,7 @@
     dpy bridge callFunction:(
         OrderedDictionary new
             at:'functionName' put:'helloE';
-            at:'functionArguments' put:#();
+            at:'functionArgs' put:#();
             yourself
     ).
 
@@ -73,6 +73,12 @@
     ^ self nameWithoutPrefix
 ! !
 
+!ElectronWorkstation methodsFor:'accessing'!
+
+bridge
+    ^ bridge
+! !
+
 !ElectronWorkstation methodsFor:'accessing & queries'!
 
 defaultEventMask