[Fixed Position] Implement remove

Implement remove button for selected elements in fixed
position view. WTD-879.
This commit is contained in:
Victor Woeltjen
2015-02-18 20:12:55 -08:00
parent f66fb0a32d
commit 5680710c06
5 changed files with 50 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ define(
*/
function ElementProxy(element, index, elements) {
return {
element: element,
x: new Accessor(element, 'x'),
y: new Accessor(element, 'y'),
z: new Accessor(element, 'z'),