Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/projects/WorkboardController.js
| Show All 15 Lines | JX.install('WorkboardController', { | ||||
| construct: function() { | construct: function() { | ||||
| this._boards = {}; | this._boards = {}; | ||||
| }, | }, | ||||
| properties: { | properties: { | ||||
| uploadURI: null, | uploadURI: null, | ||||
| coverURI: null, | coverURI: null, | ||||
| moveURI: null, | moveURI: null, | ||||
| reloadURI: null, | |||||
| chunkThreshold: null | chunkThreshold: null | ||||
| }, | }, | ||||
| members: { | members: { | ||||
| _boards: null, | _boards: null, | ||||
| _panOrigin: null, | _panOrigin: null, | ||||
| _panNode: null, | _panNode: null, | ||||
| ▲ Show 20 Lines • Show All 169 Lines • Show Last 20 Lines | |||||