diff --git a/scripts/system/inventory/src/App.vue b/scripts/system/inventory/src/App.vue index a4cfc266bd..e6d460a74f 100644 --- a/scripts/system/inventory/src/App.vue +++ b/scripts/system/inventory/src/App.vue @@ -769,8 +769,8 @@ export default { "uuid": "REALLYLONNGGGGGGGG", } } - ], - }, + ] + } }, folderList: [], recursiveFolderHoldingList: [], @@ -789,7 +789,7 @@ export default { name: "This?", uuid: "{4131531676575653652562}", distance: 1, - }, + } ], sortBy: "alphabetical", settings: { @@ -799,13 +799,13 @@ export default { "List", "Compact", "Large", - ], - }, + ] + } }, appVersion: "2.0.2", darkTheme: true, drawer: false, - disabledProp: true, + disabledProp: true }), created: function () { vue_this = this; diff --git a/scripts/system/inventory/src/components/ItemIterator.vue b/scripts/system/inventory/src/components/ItemIterator.vue index 6613fe4969..989b268100 100644 --- a/scripts/system/inventory/src/components/ItemIterator.vue +++ b/scripts/system/inventory/src/components/ItemIterator.vue @@ -196,7 +196,7 @@ \ No newline at end of file + diff --git a/scripts/system/inventory/src/plugins/store.js b/scripts/system/inventory/src/plugins/store.js index 9344658e48..ee08658cc5 100644 --- a/scripts/system/inventory/src/plugins/store.js +++ b/scripts/system/inventory/src/plugins/store.js @@ -23,7 +23,7 @@ export const store = new Vuex.Store({ "name": "VRGrabScale", "url": "https://gooawefaweawfgle.com/vr.js", "folder": "No Folder", - "uuid": "54254354353", + "uuid": "54254354353" }, { "name": "Test Folder", @@ -284,7 +284,7 @@ export const store = new Vuex.Store({ // console.info("Containing these items...", payload.findFolder.returnedItem.items); items.push(payload.findFolder.returnedItem); - Vue.set(state,'items', items); + Vue.set(state, 'items', items); } else if (payload.findParentFolder) { // console.info("Going to push...", payload.findFolder.returnedItem); @@ -318,4 +318,4 @@ export const store = new Vuex.Store({ } } } -}) \ No newline at end of file +})