zenorocha / atom-javascript-snippets

JavaScript & NodeJS Snippets for Atom Editor
https://atom.io/packages/javascript-snippets
168 stars 104 forks source link

createDocumentFragment() does not take argument #35

Closed nykh closed 8 years ago

nykh commented 8 years ago

Hi, there is a mistake in the snippets. The createDocumentFragment() does not take an argument.

https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-35CB04B5

Can you push a fast fix? Or I will do a tentative manual fix.

zenorocha commented 8 years ago

Fixed on https://github.com/zenorocha/atom-javascript-snippets/commit/5ecec317e2cc38024e9776dfb6c8308f1924613d!

Thanks for reporting @nykh ;)