1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

SMJS: Return JS_FALSE if one specifies an invalid type of action for

a keybinding.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-02-12 21:20:36 +00:00 committed by Miciah Dashiel Butler Masters
parent 3dfa237982
commit 8ce8740359

View File

@ -124,7 +124,7 @@ keymap_set_property(JSContext *ctx, JSObject *obj, jsval id, jsval *vp)
return JS_TRUE;
}
return JS_TRUE;
return JS_FALSE;
}
static void