[Fixed Position] Initially implement handles

Initially implement handles for resizing elements in a fixed
position view, WTD-882.
This commit is contained in:
Victor Woeltjen
2015-02-24 11:00:36 -08:00
parent abad8df135
commit 5e3d5fd00f
5 changed files with 172 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
[
"FixedController",
"FixedDragHandle",
"FixedProxy",
"LayoutController",
"LayoutDrag",
@@ -10,6 +11,7 @@
"elements/ElementProxies",
"elements/ElementProxy",
"elements/LineProxy",
"elements/ResizeHandle",
"elements/TelemetryProxy",
"elements/TextProxy"
]