Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/projects/WorkboardColumn.js
| Show All 22 Lines | construct: function(board, phid, root) { | ||||
| this._cards = {}; | this._cards = {}; | ||||
| this._headers = {}; | this._headers = {}; | ||||
| this._objects = []; | this._objects = []; | ||||
| this._naturalOrder = []; | this._naturalOrder = []; | ||||
| this._dropEffects = []; | this._dropEffects = []; | ||||
| }, | }, | ||||
| properties: { | |||||
| triggerPreviewEffect: null | |||||
| }, | |||||
| members: { | members: { | ||||
| _phid: null, | _phid: null, | ||||
| _root: null, | _root: null, | ||||
| _board: null, | _board: null, | ||||
| _cards: null, | _cards: null, | ||||
| _headers: null, | _headers: null, | ||||
| _naturalOrder: null, | _naturalOrder: null, | ||||
| _orderVectors: null, | _orderVectors: null, | ||||
| ▲ Show 20 Lines • Show All 444 Lines • Show Last 20 Lines | |||||