json-object-editor 0.10.200 → 0.10.201

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.
@@ -2533,7 +2533,8 @@ if (__thisIsNewer) {
2533
2533
  error('Queue', e);
2534
2534
  }
2535
2535
  }
2536
- function Set (records) {
2536
+ /*function Set (records) {*/
2537
+ window.Set = function(records) {
2537
2538
  /*|{
2538
2539
  "info": "Collection class that filters out duplicate values",
2539
2540
  "category": "Global",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-object-editor",
3
- "version": "0.10.200",
3
+ "version": "0.10.201",
4
4
  "description": "JOE the Json Object Editor | Platform Edition",
5
5
  "main": "app.js",
6
6
  "scripts": {