Blame view

src/main/webapp/js/arcgis_js_api/dojox/mobile/Video.js 206 Bytes
caiyongsong committed
1 2
//>>built
define(["dojo/_base/declare","dojo/sniff","./Audio"],function(a,c,b){return a("dojox.mobile.Video",b,{width:"200px",height:"150px",_tag:"video",_getEmbedRegExp:function(){return/video\/mp4/i}})});