1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
Kalle Olavi Niemitalo c5a012eca5 Bug 1029: Use JS_CallFunctionValue in keybinding.c
JS_CallFunction does not support closures in SpiderMonkey versions
earlier than 1.8.  Test case:

elinks.keymaps.main["\""] = function() {
    elinks.keymaps.main["e"] = function() {
	elinks.alert("hello!");
    };
}
2008-07-12 01:54:49 +03:00
..
2006-06-10 18:11:37 +00:00
2007-05-27 18:36:31 +03:00
2005-12-24 03:49:06 +00:00
2007-05-27 18:36:31 +03:00
2006-05-03 13:52:58 +00:00
2005-12-18 17:58:42 +00:00
2006-06-10 18:11:37 +00:00
2007-05-27 18:36:31 +03:00
2006-06-10 18:11:37 +00:00