{"version":3,"sources":["Scripts/Utilities/cartegraph-modules.js"],"names":["define","accounting","$","ui","_","Packery","AmCharts"],"mappings":";;AAGAA,OAAO,aAAc,IAAI,WACrB,OAAOC,cAGXD,OAAO,SAAU,IAAI,WACjB,OAAAE,KAGJF,OAAO,WAAY,IAAI,WACnB,OAASG,EAATA,MAGJH,OAAO,aAAc,IAAI,WACrB,OAAAI,KAGJJ,OAAO,UAAW,IAAI,WAClB,MAASK,CAAAA,QAASA,YAGtBL,OAAO,WAAY,IAAI,WACnB,MAASM,CAAAA,SAAUA","file":"moduleshim.js","sourcesContent":["// This file provides AMD module aliases for globally defined libraries.\n// Useful when we want to load some of these modules in TypeScript\n\ndefine('accounting', [], function () {\n return accounting;\n});\n\ndefine('jquery', [], function () {\n return $;\n});\n\ndefine('jqueryui', [], function () {\n return $.ui;\n});\n\ndefine('underscore', [], function () {\n return _;\n});\n\ndefine('packery', [], function () {\n return { Packery: Packery };\n});\n\ndefine('amcharts', [], function () {\n return { AmCharts: AmCharts };\n});\n"]}