Browse Source
Merge pull request #685 from ryandeba/remove-link-view-events
Remove duplicated dblclick event listener
pull/691/head
Artur Arseniev
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
src/dom_components/view/ComponentLinkView.js
|
|
|
@ -3,10 +3,6 @@ var ComponentView = require('./ComponentTextView'); |
|
|
|
|
|
|
|
module.exports = ComponentView.extend({ |
|
|
|
|
|
|
|
events: { |
|
|
|
'dblclick': 'enableEditing', |
|
|
|
}, |
|
|
|
|
|
|
|
render(...args) { |
|
|
|
ComponentView.prototype.render.apply(this, args); |
|
|
|
|
|
|
|
|