Removed some additional context menu options

This commit is contained in:
Henry
2015-12-10 13:49:05 -08:00
parent 67d19f9c5f
commit f96fa33d88

View File

@ -25,7 +25,7 @@
define( define(
function () { function () {
'use strict'; 'use strict';
var DISALLOWED_ACTIONS = ["move", "copy", "link"]; var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"];
/** /**
* Editable Action Capability. Overrides the action capability * Editable Action Capability. Overrides the action capability
* normally exhibited by a domain object and filters out certain * normally exhibited by a domain object and filters out certain