mediawiki-extensions-Visual.../modules/ve-mw/init
Roan Kattouw 620e0e21ef Use InputWidget facilities in byte limit counter
* 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
2013-11-25 17:23:35 +00:00
..
styles Fix appearance and messages on demo page 2013-11-04 15:11:04 +00:00
targets Use InputWidget facilities in byte limit counter 2013-11-25 17:23:35 +00:00
ve.init.mw.js The great directory split of 2013 2013-07-02 20:51:38 -07:00
ve.init.mw.Platform.js mw.Platform: Only add split lang codes with a dash 2013-10-31 01:37:24 +01:00
ve.init.mw.Target.js Share code between conflict resolution and the edit source switch 2013-11-25 17:23:20 +00:00