@syncfusion/ej2-base 31.2.5 → 31.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7272,9 +7272,11 @@ function convertToChar(cArr) {
7272
7272
  * @returns {void}
7273
7273
  */
7274
7274
  function registerLicense(key) {
7275
+ key = window.syncfusionLicenseKey ? window.syncfusionLicenseKey : key;
7275
7276
  licenseValidator = new LicenseValidator(key);
7276
7277
  }
7277
7278
  var validateLicense = function (component, key) {
7279
+ key = window.syncfusionLicenseKey ? window.syncfusionLicenseKey : key;
7278
7280
  if (key) {
7279
7281
  registerLicense(key);
7280
7282
  }