mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-13 17:27:42 +00:00
Add comment to make usage of jquery.ui module discoverable
Change-Id: I79a54686024b22e2851bd396bb51101ca84626fa
This commit is contained in:
parent
b17c8b7557
commit
006d4ba9d8
|
@ -143,6 +143,7 @@
|
|||
// CodeMirror. We unregister this when switching to normal textarea mode.
|
||||
$textbox1.textSelection( 'register', cmTextSelection );
|
||||
|
||||
// RL module jquery.ui
|
||||
$codeMirror.resizable( {
|
||||
handles: 'se',
|
||||
resize: function ( event, ui ) {
|
||||
|
|
Loading…
Reference in a new issue