//>>built define(["dojo","dijit","dojox","dojo/require!dijit/layout/StackContainer"],function(b,c,d){b.provide("dojox.layout.ext-dijit.layout.StackContainer-touch");b.experimental("dojox.layout.ext-dijit.layout.StackContainer-touch");b.require("dijit.layout.StackContainer");b.connect(c.layout.StackContainer.prototype,"postCreate",function(){this.axis="dijitAccordionContainer"==this.baseClass?"Y":"X";b.forEach(["touchstart","touchmove","touchend","touchcancel"],function(b){this.connect(this.domNode,b,function(a){switch(a.type){case "touchmove":a.preventDefault(); this.touchPosition&&(a=a.touches[0]["page"+this.axis]-this.touchPosition,100