[Browse] Style

All modified code follows style guides. #33.
This commit is contained in:
Sarah Hale 2015-07-02 12:38:32 -07:00
parent 2524c75505
commit a582375e61

View File

@ -45,12 +45,6 @@ define(
// When context menu event occurs, show object actions instead
element.on('contextmenu', function (event) {
console.log('in ContextMenuGesture');
console.log('event ', event);
console.log('domainObject ', domainObject);
console.log('domainObject action', domainObject.getCapability('action'));
console.log('domainObject actions', domainObject.getCapability('action').getActions('menu'));
actionContext = {key: 'menu', domainObject: domainObject, event: event};
stop = domainObject.getCapability('action').perform(actionContext);
});