()
| 8398 | }; |
| 8399 | |
| 8400 | var _update = function() { |
| 8401 | var c; |
| 8402 | for (c in _arrays) { |
| 8403 | _updateArray(c); |
| 8404 | } |
| 8405 | for (c in _dictString) { |
| 8406 | _updateStringDictionary(c); |
| 8407 | } |
| 8408 | for (c in _dictNumber) { |
| 8409 | _updateNumberDictionary(c); |
| 8410 | } |
| 8411 | for (c in _dictArray) { |
| 8412 | _updateArrayDictionary(c); |
| 8413 | } |
| 8414 | }; |
| 8415 | |
| 8416 | var _setLanguage = function(lang) { |
| 8417 | if (_messages[lang]) { |
no test coverage detected
searching dependent graphs…