Editable: Fix lint issue

This commit is contained in:
Rob Garrison 2016-02-15 14:19:36 -06:00
parent a234d31cba
commit 4fa9c62605

View File

@ -45,7 +45,7 @@
selection.addRange( range );
}
}
// need delay of at least 100ms or last contenteditable will get refocused
// need delay of at least 100ms or last contenteditable will get refocused
}, 100 );
},