From eafaa04c063814b284b7b25b30706c7ad70e262f Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 22 May 2015 12:51:42 -0700 Subject: [PATCH] [Info Bubble] Add info gestures Add info gestures to labels and grid items, WTD-884. --- platform/commonUI/browse/bundle.json | 3 ++- platform/commonUI/general/bundle.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index ca7a4a41e3..f95f908922 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -57,7 +57,8 @@ { "key": "grid-item", "templateUrl": "templates/items/grid-item.html", - "uses": [ "type", "action" ] + "uses": [ "type", "action" ], + "gestures": [ "info", "menu" ] }, { "key": "object-header", diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 70c80ad199..c367a73261 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -177,7 +177,7 @@ "key": "label", "templateUrl": "templates/label.html", "uses": [ "type" ], - "gestures": [ "drag", "menu" ] + "gestures": [ "drag", "menu", "info" ] }, { "key": "node",