10 lines
180 B
JavaScript
10 lines
180 B
JavaScript
|
/*
|
||
|
* This file can be used if no locale support is required.
|
||
|
*/
|
||
|
|
||
|
(function (root, factory) {
|
||
|
define("locales", [], function () {
|
||
|
root.locales = {};
|
||
|
});
|
||
|
})(this);
|