Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -0,0 +1,13 @@
function __view_set(argument0, argument1, argument2) {
var __prop = argument0;
var __index = argument1;
var __val = argument2;
__view_set_internal(__prop, __index, __val);
var __res = __view_get(__prop, __index);
return __res;
}