On Fri, Dec 18, 2009 at 06:57:42PM +1030, David Kettler wrote:
> Previously, errors could be signalled when mark_active_predicate was
> called.
>
> For example "g LEFT" would result in the following error:
>
> Console error: [JavaScript Warning: "reference to undefined property
> I.minibuffer.current_state.mark_active" {file:
> "chrome://conkeror/content/minibuffer.js" line: 48}]
> ---
>
> I think the errors are only seen with xulrunner-1.9.1.
>
> An alternative fix is to avoid bare references by using expressions
> like:
>
> function (I) I.minibuffer.current_state.mark_active ? true : false,
>
> for the mark_active_predicate function.
Good.
--
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror