jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)
http://jakiestfu.github.io/Medium.js/
4.39k stars 403 forks source link

apply change in #133 to built medium.js #164

Closed levity closed 8 years ago

levity commented 9 years ago

The change in #133 wasn't applied to the built medium.js and medium.min.js, which makes the repo unusable via NPM for those who are using the master branch and need that fix.

This PR just applies it to the unminified file, because I don't have yui-compressor set up locally and don't use the minified file, so it's not technically complete. But it should be pretty easy for someone else to do that, so I figured I would create this PR to draw attention to the issue.

robertleeplummerjr commented 8 years ago

Also, this conflicts. Can you resolve them and well implement?

levity commented 8 years ago

I'll just close this one since master has moved on quite a bit.

levity commented 8 years ago

i see now that #167 already covered this, actually