UNPKG

jaydata-reso

Version:

Jaydata fork for RESO Web API

33 lines (28 loc) 856 B
if (typeof console === 'undefined') { console = { warn: function () { }, error: function () { }, log: function () { }, dir: function () { }, time: function () { }, timeEnd: function () { } }; } if (!console.warn) console.warn = function () { }; if (!console.error) console.error = function () { }; (function ($data) { ///<summary> /// Collection of JayData services ///</summary> $data.__namespace = true; $data.version = "JayData 2.0.5"; $data.versionNumber = "2.0.5"; $data.root = {}; $data.Acorn = $data.Acorn || (typeof acorn == 'object' ? acorn : undefined); $data.Esprima = $data.Esprima || (typeof esprima == 'object' ? esprima : undefined); })($data); // Do not remove this block, it is used by jsdoc /** @name $data.Base @class base class */