+
liuyg
2021-06-28 9d64dff540a5dde469ec248ef3ae54b23e1afc3f
1
2
//>>built
define(["dojo/_base/lang"],function(b){var a={};b.setObject("dojox.mobile.dh.SuffixFileTypeMap",a);a.map={html:"html",json:"json"};a.add=function(a,b){this.map[a]=b};a.getContentType=function(a){a=(a||"").replace(/.*\./,"");return this.map[a]};return a});