Container.js 154 B

12
  1. //>>built
  2. define(["dojo/_base/declare","dijit/_Container","./Pane"],function(a,b,c){return a("dojox.mobile.Container",[c,b],{baseClass:"mblContainer"})});