Blame view

src/main/webapp/js/arcgis_js_api/dojox/mobile/TransitionEvent.js 355 Bytes
caiyongsong committed
1 2
//>>built
define(["dojo/_base/declare","dojo/on"],function(a,b){return a("dojox.mobile.TransitionEvent",null,{constructor:function(a,b,c){this.transitionOptions=b;this.target=a;this.triggerEvent=c||null},dispatch:function(){b.emit(this.target,"startTransition",{bubbles:!0,cancelable:!0,detail:this.transitionOptions,triggerEvent:this.triggerEvent})}})});