Ola
I have a variable defined in process globals.
I initialize this with CreateMap() in Initialize and then use it on
Simple project attached... i'm getting
I have a variable defined in process globals.
B4X:
Public VuexState As Map
I initialize this with CreateMap() in Initialize and then use it on
B4X:
Sub SetVuexMutation(Module As Object, MutationName As String, Payload As Map)
MutationName = MutationName.ToLowerCase
Dim cb As BANanoObject = BANano.CallBack(Module, MutationName, Array(VuexState, Payload))
VuexMutations.Put(MutationName, cb)
End Sub
Simple project attached... i'm getting
B4X:
Uncaught SyntaxError: Unexpected token '.'