diff options
| author | Stephen Blott | 2016-03-03 13:24:15 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-03 13:24:15 +0000 | 
| commit | 7f0fccf363ce887d8d9b1b92494ab94547931150 (patch) | |
| tree | acb7880ce8f5a12ebe7c9c16ce6fd4241bb63ca4 /lib | |
| parent | addceafab244b174aba89718d81f6bcb4cea22ff (diff) | |
| download | vimium-7f0fccf363ce887d8d9b1b92494ab94547931150.tar.bz2 | |
Remove methods which aren't used.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dom_utils.coffee | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee index 553287af..aab0a4df 100644 --- a/lib/dom_utils.coffee +++ b/lib/dom_utils.coffee @@ -290,11 +290,6 @@ DomUtils =          @remove()          false -  simulateTextEntry: (element, text) -> -    event = document.createEvent "TextEvent" -    event.initTextEvent "textInput", true, true, null, text -    element.dispatchEvent event -    # Adapted from: http://roysharon.com/blog/37.    # This finds the element containing the selection focus.    getElementWithFocus: (selection, backwards) -> | 
