compat.js 572 B

123456789101112131415
  1. /*
  2. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  3. Available via Academic Free License >= 2.1 OR the modified BSD license.
  4. see: http://dojotoolkit.org/license for details
  5. */
  6. /*
  7. This is an optimized version of Dojo, built for deployment and not for
  8. development. To get sources and documentation, please visit:
  9. http://dojotoolkit.org
  10. */
  11. //>>built
  12. define("dojox/mobile/compat",["dojo/_base/lang","dojo/_base/sniff"],function(_1,_2){var dm=_1.getObject("dojox.mobile",true);if(!_2("webkit")){var s="dojox/mobile/_compat";require([s]);}return dm;});