shuishen
2021-06-18 d12e030d8a7690d79c5786bc2a786b6c21a24433
1
2
3
//>>built
define("dojo/_base/declare dojo/_base/lang dojo/dom-class dojo/dom-construct ./iconUtils dojo/has dojo/has!dojo-bidi?dojox/mobile/bidi/Icon".split(" "),function(b,d,a,e,f,c,g){a=b(c("dojo-bidi")?"dojox.mobile.NonBidiIcon":"dojox.mobile.Icon",null,{icon:"",iconPos:"",alt:"",tag:"div",constructor:function(a,b){a&&d.mixin(this,a);this.domNode=b||e.create(this.tag);f.createIcon(this.icon,this.iconPos,null,this.alt,this.domNode);this._setCustomTransform()},_setCustomTransform:function(){}});return c("dojo-bidi")?
b("dojox.mobile.Icon",[a,g]):a});