Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d56d1d8

Browse files
committed
Actually remove autobind call
1 parent 2647651 commit d56d1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/atom/atom-text-editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default class AtomTextEditor extends React.Component {
5050

5151
constructor(props) {
5252
super(props);
53-
autobind(this, 'observeSelections');
5453

5554
this.subs = new CompositeDisposable();
5655

0 commit comments

Comments
 (0)