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.
- package/CHANGELOG.md +2 -1
- package/grunt/package-lock.json +9105 -9105
- package/js/libs/craydent-1.8.1.js +2 -1
- package/package.json +1 -1
|
@@ -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",
|