Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13998947
D15159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
694 B
Referenced Files
None
Subscribers
None
D15159.diff
View Options
diff --git a/webroot/rsrc/js/core/DraggableList.js b/webroot/rsrc/js/core/DraggableList.js
--- a/webroot/rsrc/js/core/DraggableList.js
+++ b/webroot/rsrc/js/core/DraggableList.js
@@ -48,7 +48,6 @@
_originScroll : null,
_target : null,
_targets : null,
- _dimensions : null,
_ghostHandler : null,
_ghostNode : null,
_group : null,
@@ -171,7 +170,6 @@
this._dragging = e.getNode(this._sigil);
this._origin = JX.$V(e);
this._originScroll = JX.Vector.getAggregateScrollForNode(this._dragging);
- this._dimensions = JX.$V(this._dragging);
for (var ii = 0; ii < this._group.length; ii++) {
this._group[ii]._clearTarget();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 11:58 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6737401
Default Alt Text
D15159.diff (694 B)
Attached To
Mode
D15159: Remove an unused property from draggable lists
Attached
Detach File
Event Timeline
Log In to Comment