liuyg
2021-06-30 1b22efb7fa9d35c531e5f4ff2e6d600c23a6546d
1
2
//>>built
define(["dojo/_base/lang"],function(c){var a={};c.setObject("dojox.mobile.dh.PatternFileTypeMap",a);a.map={".*.html":"html",".*.json":"json"};a.add=function(a,b){this.map[a]=b};a.getContentType=function(a){for(var b in this.map)if((new RegExp(b)).test(a))return this.map[b];return null};return a});