imba-localization 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/localization.imba CHANGED
@@ -10,7 +10,7 @@ export class Localization
10
10
  cache: {}
11
11
  throw: do(code, details)
12
12
  return if err.cache[code]
13
- if onerror isa Function
13
+ if onerror isa Function and ready
14
14
  onerror(code, details)
15
15
  else
16
16
  console.log "Localization error:", code, details
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imba-localization",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/HeapVoid/imba-localization.git"