Last analyzed 2c47cdd 4 days ago
Default analysis branch is
Currently analyzing run
Found the usage of undeclared variables JS-0125
Bug risk
5 months ago5 months old
 5558      return null == e ? "" : (e + "").replace(Xt, "");
 5559    }),
 5560    "function" == typeof define &&
 5561      define.amd && 5562      define("jquery", [], function () {
 5563        return S;
 5564      });
 5559    }),
 5560    "function" == typeof define &&
 5561      define.amd &&
 5562      define("jquery", [], function () { 5563        return S;
 5564      });
 5565  var Vt = C.jQuery,
 5636  if (typeof exports == "object") {
 5637    // For Node.js.
 5638    module.exports = factory(root);
 5639  } else if (typeof define == "function" && define.amd) { 5640    // For AMD. Register as an anonymous module.
 5641    define([], factory.bind(root, root));
 5642  } else {
 5638    module.exports = factory(root);
 5639  } else if (typeof define == "function" && define.amd) {
 5640    // For AMD. Register as an anonymous module.
 5641    define([], factory.bind(root, root)); 5642  } else {
 5643    // For browser globals (not exposing the function separately).
 5644    factory(root);
 5817  "use strict";
 5818  if (typeof exports === "object" && typeof exports.nodeName !== "string") {
 5819    e(require("jquery"));
 5820  } else if (typeof define === "function" && define.amd) { 5821    define(["jquery"], e);
 5822  } else {
 5823    e(jQuery);