jsuites 4.13.0 → 4.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -349,6 +349,9 @@ if (typeof(document) !== "undefined") {
349
349
  jSuites = window.jSuites;
350
350
  } else {
351
351
  Events();
352
+
353
+ // Keep references
354
+ window.jSuites = jSuites;
352
355
  }
353
356
  }
354
357
 
package/dist/jsuites.js CHANGED
@@ -349,6 +349,9 @@ if (typeof(document) !== "undefined") {
349
349
  jSuites = window.jSuites;
350
350
  } else {
351
351
  Events();
352
+
353
+ // Keep references
354
+ window.jSuites = jSuites;
352
355
  }
353
356
  }
354
357
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript plugins"
20
20
  ],
21
21
  "main": "dist/jsuites.js",
22
- "version": "4.13.0",
22
+ "version": "4.13.3",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net",