Skip to content

Commit d4dfe57

Browse files
author
bozdoz
committed
forgot to add the instances method
1 parent d45ef37 commit d4dfe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@
22732273
// add instance to list of _instances
22742274
// passing group to _stamp to increment
22752275
// from 0 onward somewhat reliably
2276-
introJs[ _stamp(instance, 'introjs-instance') ] = instance;
2276+
introJs.instances[ _stamp(instance, 'introjs-instance') ] = instance;
22772277

22782278
return instance;
22792279
};

0 commit comments

Comments
 (0)