Reverted changes after refactor
This commit is contained in:
@@ -55,14 +55,12 @@ define(
|
||||
$rootScope,
|
||||
popupService,
|
||||
agentService,
|
||||
navigationService,
|
||||
actionContext
|
||||
) {
|
||||
this.$compile = $compile;
|
||||
this.agentService = agentService;
|
||||
this.actionContext = actionContext;
|
||||
this.popupService = popupService;
|
||||
this.navigationService = navigationService;
|
||||
this.getDocument = function () { return $document; };
|
||||
this.getRootScope = function () { return $rootScope; };
|
||||
}
|
||||
@@ -82,7 +80,7 @@ define(
|
||||
initiatingEvent = this.agentService.isMobile() ?
|
||||
'touchstart' : 'mousedown',
|
||||
menu,
|
||||
popup
|
||||
popup;
|
||||
|
||||
// Remove the context menu
|
||||
function dismiss() {
|
||||
|
||||
Reference in New Issue
Block a user