desirae.js/lib/datamap-core.js

12 lines
252 B
JavaScript
Raw Permalink Normal View History

2015-01-23 09:52:41 +00:00
/*jshint -W054 */
2020-11-09 03:01:26 +00:00
(function (exports) {
"use strict";
2015-01-23 09:52:41 +00:00
function desiMap(obj) {
obj.desi = obj;
return obj;
}
exports.DesiraeDatamapCore = desiMap.DesiraeDatamapCore = desiMap;
2020-11-09 03:01:26 +00:00
})(("undefined" !== typeof exports && exports) || window);