X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fcontent%2Fcommandline.js;fp=common%2Fcontent%2Fcommandline.js;h=f01cbb0b33b9f31a84b8d7af8bfd8ca3c5438037;hb=10dd809e3c62dac9afcb5592982306ab22198f65;hp=c318759626db4b8df5accd6c6466c13b0ee1abdf;hpb=c8bcbfcd3f674388aa15b4096ce2c5ed6f91238b;p=dactyl.git diff --git a/common/content/commandline.js b/common/content/commandline.js index c318759..f01cbb0 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1,10 +1,10 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2011 by Doug Kearns -// Copyright (c) 2008-2011 by Kris Maglione +// Copyright (c) 2008-2012 Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. -/* use strict */ +"use strict"; /** @scope modules */ @@ -14,56 +14,47 @@ var CommandWidgets = Class("CommandWidgets", { init: function init() { let s = "dactyl-statusline-field-"; - XML.ignoreWhitespace = true; overlay.overlayWindow(window, { objects: { eventTarget: commandline }, - append: - -