Skip to content

The same function seems to appear twice. #2

@JeukHwang

Description

@JeukHwang

First appearance:

OPC/opc.js

Lines 130 to 132 in 2b91bcb

static set = function (variableName, value){
window[variableName] = value;
}

Second appearance:

OPC/opc.js

Lines 147 to 149 in 2b91bcb

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 :)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions