Sorunome / arduino-upload

Atom Package for those who don't like the Arduino IDE
https://atom.io/packages/arduino-upload
MIT License
34 stars 7 forks source link

Satisfy Deprecation Cop #35

Closed StaticRocket closed 6 years ago

StaticRocket commented 6 years ago

Proposed change to satisfy Atom's Deprecation Cop because apparently .editorElement is to be removed in a later build and can currently be replaced with .element

StaticRocket commented 6 years ago

Fixes #29

Sorunome commented 6 years ago

Thank you!