()
| 8484 | }; |
| 8485 | |
| 8486 | var _init = function() { |
| 8487 | if (_inited) { |
| 8488 | return; |
| 8489 | } |
| 8490 | _inited = true; |
| 8491 | var c; |
| 8492 | for (c in _arrays) { |
| 8493 | _initArray(c); |
| 8494 | } |
| 8495 | for (c in _dictString) { |
| 8496 | _initDictionary(c, 'string'); |
| 8497 | } |
| 8498 | for (c in _dictNumber) { |
| 8499 | _initDictionary(c, 'number'); |
| 8500 | } |
| 8501 | for (c in _dictArray) { |
| 8502 | _initDictionary(c, 'array'); |
| 8503 | } |
| 8504 | _setLanguage(_defaultLang); |
| 8505 | }; |
| 8506 | _init(); |
| 8507 | return { |
| 8508 | getLanguage:function(){return _getLanguage();}, |
no test coverage detected
searching dependent graphs…