SC.loadPackage({ 'MenuItemRedo': { comment: 'I am the MenuItem for redo.', traits: ['MenuItem'], sharedProperties: { menuContainer: { initValue: '
' } }, methods: { init: { comment: 'I init the MenuItem.', code: function(theDocumentMenu){ this.delegate('MenuItem', 'init', theDocumentMenu); this.set({ isActionButton: true }); } } } }});