[Browse] Menu action called correctly

Both the menu gesture and the menu arrow now
correctly call the menu action. #33.
This commit is contained in:
Sarah Hale
2015-07-02 11:57:03 -07:00
parent 809a6e457c
commit c08f972ab4
3 changed files with 8 additions and 7 deletions

View File

@ -50,7 +50,7 @@ define(
function ContextMenuAction($compile, $document, $window, $rootScope, actionContext) {
function perform() {
//console.log('in perform()');
console.log('in perform()');
var winDim = [$window.innerWidth, $window.innerHeight],
eventCoors = [actionContext.event.pageX, actionContext.event.pageY],
menuDim = GestureConstants.MCT_MENU_DIMENSIONS,