diff options
| author | Stephen Blott | 2015-09-06 11:31:03 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-09-06 11:31:03 +0100 |
| commit | 0829148981eaba1c25be757cc9c8210af6a8be61 (patch) | |
| tree | 8491fcfbffc66e2f41eab6e1205cbd7e06043d8c /lib/clipboard.coffee | |
| parent | bd8a551d264eca08805923b72739e24f882661dd (diff) | |
| parent | 0537ebb07670909a21134e16ed30b3786fc6f4a0 (diff) | |
| download | vimium-0829148981eaba1c25be757cc9c8210af6a8be61.tar.bz2 | |
Merge pull request #1798 from gdh1995/run-on-xml-pages
Run on XML pages (version 2)
Diffstat (limited to 'lib/clipboard.coffee')
| -rw-r--r-- | lib/clipboard.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clipboard.coffee b/lib/clipboard.coffee index 5041cf49..f0fb83b1 100644 --- a/lib/clipboard.coffee +++ b/lib/clipboard.coffee @@ -1,6 +1,6 @@ Clipboard = _createTextArea: -> - textArea = document.createElement("textarea") + textArea = document.createElement "textarea" textArea.style.position = "absolute" textArea.style.left = "-100%" textArea |
