suyati / line-control

A Light Weight HTML5 Text Editor designed as a JQuery Plugin
Other
124 stars 90 forks source link

Update editor.js : changed from ".andSelf()" to "addBack()" #112

Open balakrishna-gajam opened 4 years ago

balakrishna-gajam commented 4 years ago

Hi.. If any issues let me know..

.andSelf() was deprecated in jQuery 1.8 and removed in jQuery 3.0. .addBack() should be used instead from jQuery 1.8 onward.