We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e6ee9 commit a3b952fCopy full SHA for a3b952f
1 file changed
src/Rokt-Kit.js
@@ -58,7 +58,7 @@ var constructor = function () {
58
* hashed attributes from the launcher, or `null` if the kit is not initialized
59
*/
60
function hashAttributes(attributes) {
61
- if (!isInitialized()) {
+ if (!isInitialized) {
62
console.error('Rokt Kit: Not initialized');
63
return null;
64
}
@@ -223,7 +223,7 @@ var constructor = function () {
223
* @returns {void} Nothing is returned
224
225
function setExtensionData(partnerExtensionData) {
226
227
228
return;
229
0 commit comments