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);