mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
WIP on displaying images in lists in AndorsTrailEditor.
This commit is contained in:
@@ -27,6 +27,7 @@ function DataStore(input) {
|
||||
this.fieldList = input.fieldList;
|
||||
this.nameField = input.nameField ? input.nameField : 'name';
|
||||
this.idField = input.idField ? input.idField : 'id';
|
||||
this.iconField = input.iconField;
|
||||
this.items = [];
|
||||
|
||||
this.add = function(obj) {
|
||||
|
||||
Reference in New Issue
Block a user