i4way-dash/.svn/pristine/4c/4c99dfd1739fa75db2c2fd920dd...

6 lines
93 B
Plaintext

export function Locale(config) {
if (config != null) {
this.set(config);
}
}