[Views] Wire in drop gesture

Support drop gesture from fixed position view and from
layout view, WTD-877.
This commit is contained in:
Victor Woeltjen 2015-02-17 10:03:48 -08:00
parent 4190941bfb
commit e158f2811c

View File

@ -9,7 +9,8 @@
"glyph": "L", "glyph": "L",
"type": "layout", "type": "layout",
"templateUrl": "templates/layout.html", "templateUrl": "templates/layout.html",
"uses": [ "composition" ] "uses": [ "composition" ],
"gestures": [ "drop" ]
}, },
{ {
"key": "fixed", "key": "fixed",
@ -17,7 +18,8 @@
"glyph": "3", "glyph": "3",
"type": "telemetry.panel", "type": "telemetry.panel",
"templateUrl": "templates/fixed.html", "templateUrl": "templates/fixed.html",
"uses": [ "composition" ] "uses": [ "composition" ],
"gestures": [ "drop" ]
} }
], ],
"representations": [ "representations": [