Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextEditor.module.exports.Object.defineProperty.get is deprecated. #18

Open
dsandstrom opened this issue Aug 1, 2016 · 0 comments
Open

Comments

@dsandstrom
Copy link

TextEditor.prototype.displayBuffer has always been private, but now
it is gone. Reading the displayBuffer property now returns a reference
to the containing TextEditor, which now provides some of the API of
the defunct DisplayBuffer class.

TextEditor.module.exports.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:87:14)
Object._handleLoad (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:34:25)
<unknown> (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:13:24)
Workspace.observeTextEditors (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:309:9)
Object.activate (/Users/dsandstrom/.atom/packages/auto-detect-indentation/lib/auto-detect-indentation.coffee:11:43)
Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant