Don't override OPEN_CURRENT_BUFFER with default target.
commitf7983e30b41352dd3c830cbcae799e96e5143c49
authorDavid Kettler <David.Kettler@dsto.defence.gov.au>
Tue, 28 Oct 2008 00:25:21 +0000 (28 10:55 +1030)
committerJohn Foerch <jjfoerch@earthlink.net>
Tue, 28 Oct 2008 15:11:05 +0000 (28 11:11 -0400)
tree6d78ab47d32ab62a651df49d80c2543f1cbfe9e9
parent25e582550ae929f877f18497af9c474ca9c50341
Don't override OPEN_CURRENT_BUFFER with default target.

Because zero is a false value in javascript, a target of
OPEN_CURRENT_BUFFER would previously be overridden with a default
value.  There is no run-time difference (the default ends up doing the
same thing anyway) but it could be confusing when inspecting the value
of target.
modules/commands.js
modules/element.js