@mtgame/core 0.2.25 → 0.2.26

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.
@@ -1481,7 +1481,7 @@
1481
1481
  enumerable: false,
1482
1482
  configurable: true
1483
1483
  });
1484
- League.prototype.getRuDomain = function () {
1484
+ League.prototype.checkRuDomain = function () {
1485
1485
  var domainSplit = this.domain.split('.');
1486
1486
  return domainSplit[(domainSplit.length - 1)] === 'ru';
1487
1487
  };