diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-30 18:59:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:21 -0800 |
commit | a7a3f3e80a95fbdfa85600d3d9180a7e71d942b9 (patch) | |
tree | a5590b74f74e5de43142cb0c3536adc8fbc7dc4f /src/library.js | |
parent | 2465654957f733ebfa292bb60e2cf651350c39d9 (diff) |
freelocale stub
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 61f46113..8e89305e 100644 --- a/src/library.js +++ b/src/library.js @@ -6015,6 +6015,8 @@ LibraryManager.library = { return 0; }, + freelocale: function(locale) {}, + uselocale: function(locale) { return 0; }, |