term.js icon indicating copy to clipboard operation
term.js copied to clipboard

fix "undedfined is not a function error" #58

Open zwhitchcox opened this issue 9 years ago • 1 comments

zwhitchcox avatar Feb 06 '15 21:02 zwhitchcox

I'm not sure how that error can come about - bindKeys is only called as Terminal.bindKeys(), not this.bindKeys(), so it should work as is. bindPaste and bindCopy are defined and called the same way.

takluyver avatar Apr 30 '15 17:04 takluyver