lsegal / atom-rst-preview

Open a rendered version of the ReStructuredText in the current editor with `ctrl-shift-r`.
Other
22 stars 80 forks source link

Atom.Object.defineProperty.get is deprecated. #16

Open efposadac opened 9 years ago

efposadac commented 9 years ago

The atom.syntax global is deprecated. Use atom.grammars instead.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:316:11)
RstPreviewView.handleEvents (/home/fernando/.atom/packages/rst-preview/lib/rst-preview-view.coffee:53:20)
lsegal commented 9 years ago

Seems like a duplicate of #15? If not, can you update the title to be more specific?