Merge remote-tracking branch 'upstream/plot-vee-two' into mobile_gestures_1

This commit is contained in:
Shivam Dave 2015-08-17 13:20:02 -07:00
commit 9fec73da14

View File

@ -9,6 +9,7 @@ define(
$scope.telemetryObjects = [];
var linkDomainObject = function(domainObject) {
$scope.telemetryObjects = [];
if (domainObject.hasCapability('telemetry')) {
$scope.telemetryObjects = [domainObject];
} else if (domainObject.hasCapability('delegation')) {