First appearance:
|
static set = function (variableName, value){ |
|
window[variableName] = value; |
|
} |
Second appearance:
|
static set = function (variableName, value){ |
|
window[variableName] = value; |
|
} |
Does it have special meanings that I don't know?
Thanks for making short but useful library :)
First appearance:
OPC/opc.js
Lines 130 to 132 in 2b91bcb
Second appearance:
OPC/opc.js
Lines 147 to 149 in 2b91bcb
Does it have special meanings that I don't know?
Thanks for making short but useful library :)