[Browse] Changed action key
Changed the key for the context menu action from 'contextMenu' to 'menu'. #33.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
"key": "contextMenu",
|
||||
"key": "menu",
|
||||
"implementation": "actions/ContextMenuAction.js",
|
||||
"depends": [ "$compile", "$document", "$window", "$rootScope" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user