mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
620e0e21ef
* Don't use setTimeout() within a change event, because change fires after the text has already changed * Don't use .$input.val(), use .getValue() instead * Don't use .placeholder() ** Reaching into .$input is bad ** Any use of .placeholder() is TextInputWidget's responsibility ** All browsers we support also support placeholder natively * Remove .editSummaryByteLimit from ViewPageTarget, unused * Remove ve.bind() wrapping, we already have var saveDialog = this; Change-Id: I380575fec8d02d1191bfc1f3f235b94c64cd23b6 |
||
---|---|---|
.. | ||
jquery | ||
jquery.uls | ||
jsdifflib | ||
oojs | ||
oojs-ui | ||
qunit | ||
rangy | ||
syntaxhighlight | ||
unicodejs | ||
ve | ||
ve-mw |