Reverted changes after refactor

This commit is contained in:
Henry
2015-11-27 13:05:55 -08:00
parent 4b23e3fbcb
commit 6558461fda
2 changed files with 1 additions and 19 deletions

View File

@@ -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() {