Prvi commit
This commit is contained in:
16
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/supplemental.js
vendored
Normal file
16
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/supplemental.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
var initSuper = Cldr.prototype.init;
|
||||
|
||||
/**
|
||||
* .init() automatically ran on construction.
|
||||
*
|
||||
* Overload .init().
|
||||
*/
|
||||
Cldr.prototype.init = function() {
|
||||
initSuper.apply( this, arguments );
|
||||
this.supplemental = supplementalMain( this );
|
||||
};
|
||||
|
||||
return Cldr;
|
||||
|
||||
Reference in New Issue
Block a user