Spaces:
Running
Running
File size: 234 Bytes
8f3f8db |
1 2 3 4 5 6 7 8 9 10 |
*jsbridge-core
asJSArgument
"converted to JS object by plugin"
| assocs i |
assocs := Array new: self size.
i := 0.
self associationsDo: [:a |
assocs at: (i := i + 1) put: a key asJSArgument -> a value asJSArgument].
^ assocs
|