Created
November 7, 2008 17:17
-
-
Save erichocean/22907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cp2.mixin( | |
/** @scope Cp2 */ { | |
/** Landing page */ | |
goStateA1: function() { | |
// do something... | |
}, | |
/** Some other page */ | |
goStateA2: function() { | |
SC.page.getPath('workspace.sideCar.masterFooter.addLandingPage').set('isEnabled', true); | |
SC.page.getPath('fullHeader.controlSegments').set('isEnabled', false); | |
} | |
)}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment