//>>built define(["dojo","dijit","dojox","dojo/require!dojox/mobile/app/SceneController"],function(d,h,f){d.provide("dojox.mobile.app.StageController");d.experimental("dojox.mobile.app.StageController");d.require("dojox.mobile.app.SceneController");d.declare("dojox.mobile.app.StageController",null,{scenes:null,effect:"fade",constructor:function(b){this.domNode=b;this.scenes=[];d.config.mobileAnim&&(this.effect=d.config.mobileAnim)},getActiveSceneController:function(){return this.scenes[this.scenes.length-1]}, pushScene:function(b,a){if(!this._opInProgress){this._opInProgress=!0;var g=d.create("div",{"class":"scene-wrapper",style:{visibility:"hidden"}},this.domNode),e=new f.mobile.app.SceneController({},g);0