All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hisrc.jsonix.Jsonix.js Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
(function() {
    var singleFile = (typeof Jsonix == "object" && Jsonix.singleFile);
    /**
     * Relative path of this script.
     */
    var scriptName = (!singleFile) ? "lib/Jsonix.js" : 'Jsonix.js';
    var jsFiles = window.Jsonix;

    window.Jsonix = {
        _getScriptLocation: (function() {
            var r = new RegExp("(^|(.*?\\/))(" + scriptName + ")(\\?|$)"),
                s = document.getElementsByTagName('script'),
                src, m, l = "";
            for(var i=0, len=s.length; i";
      }
      if (scriptTags.length > 0) {
          /*jslint evil: true */
          document.write(scriptTags.join(""));
      }
    }
})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy