Closed cobbdb closed 8 years ago
For stability considerations, the Harmony slot object and the GPT slot object should be kept separate to avoid unintentional overwrites.
harmony.slot('RP01').divId; // Harmony API data harmony.slot('RP01').gpt.getTargetingMap(); // GPT API data
Resolved in #54
For stability considerations, the Harmony slot object and the GPT slot object should be kept separate to avoid unintentional overwrites.