From c333a2e70ab2c1d08461c27b4f9d8eb1b214f82e Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Wed, 29 Jul 2015 16:31:38 -0700 Subject: [PATCH] [Mobile] Test Repeat of test variable deleted. --- platform/representation/test/gestures/ContextMenuGestureSpec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/representation/test/gestures/ContextMenuGestureSpec.js b/platform/representation/test/gestures/ContextMenuGestureSpec.js index a9a5986577..b3b7e8de8c 100644 --- a/platform/representation/test/gestures/ContextMenuGestureSpec.js +++ b/platform/representation/test/gestures/ContextMenuGestureSpec.js @@ -49,7 +49,6 @@ define( mockQueryService = jasmine.createSpyObj("queryService", ["isMobile"]); mockDomainObject = jasmine.createSpyObj("domainObject", DOMAIN_OBJECT_METHODS); mockEvent = jasmine.createSpyObj("event", ["preventDefault"]); - mockQueryService = jasmine.createSpyObj("queryService", ["isMobile"]); gesture = new ContextMenuGesture(mockTimeout, mockQueryService, mockElement, mockDomainObject);