Commit 4c3fb95c authored by Randall Leeds's avatar Randall Leeds

remove dead code

parent 8b7f5214
$ = Annotator.$
util =
debounce: (fn, delay=200) =>
timer = null
(args...) =>
if timer then clearTimeout(timer)
setTimeout =>
timer = null
fn args...
, delay
class Annotator.Host extends Annotator
# Events to be bound on Annotator#element.
events:
......@@ -19,9 +9,6 @@ class Annotator.Host extends Annotator
# Plugin configuration
options: {}
# timer used to throttle event frequency
updateTimer: null
# Drag state variables
drag:
delta: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment