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 | |
parent | 2465654957f733ebfa292bb60e2cf651350c39d9 (diff) |
freelocale stub
-rw-r--r-- | src/library.js | 2 | ||||
-rwxr-xr-x | tests/runner.py | 1 |
2 files changed, 3 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; }, diff --git a/tests/runner.py b/tests/runner.py index c84a953d..dd92ff9b 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5220,6 +5220,7 @@ def process(filename): } ''' for linkable in [0, 1]: + print linkable Settings.LINKABLE = linkable # regression check for issue #273 self.do_run(src, "1 2 3") |