rally - How do you tell you are running in debug mode in sdk2? -
how tell programatically in sdk2 if running in debug (local) mode (not installed in rally)?
i looking in rally.app.context didn't see obvious
there nothing in context purpose, far know, here trick can tell if running in rally, or outside:
if (window.parent.rally.alm) { console.log('inside'); } else{ console.log('outside'); }
Comments
Post a Comment