NickTikhonov / sourcefetch-tutorial

Example code for GitHub blog post: "Building your first Atom plugin"

Home Page:https://github.com/blog/2231-building-your-first-atom-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One mistake in the blog

marswong opened this issue · comments

In your blog, I found a mistake while translating.

At the line about 112, inside the code block, it should be if (editor == atom.workspace.getActiveEditor()), but u just write =.

Or am I mistake?

Sorry, I mistake T^T