mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
Set more methods private in EditPanel class
These are just for internal use. Bug: T369005 Change-Id: Ia3c6338c79c3ec4144727c841c24ea5066060eed
This commit is contained in:
parent
3af9dfdb71
commit
70e1f91bc0
|
@ -278,6 +278,7 @@ ve.ui.MWReferenceEditPanel.prototype.updateExtendsWarningFromRef = function ( re
|
|||
/**
|
||||
* Handle reference change events
|
||||
*
|
||||
* @private
|
||||
* @fires ve.ui.MWReferenceEditPanel#change
|
||||
*/
|
||||
ve.ui.MWReferenceEditPanel.prototype.onInputChange = function () {
|
||||
|
@ -290,6 +291,7 @@ ve.ui.MWReferenceEditPanel.prototype.onInputChange = function () {
|
|||
/**
|
||||
* Determine whether the reference document we're editing has any content.
|
||||
*
|
||||
* @private
|
||||
* @return {boolean} Document has content
|
||||
*/
|
||||
ve.ui.MWReferenceEditPanel.prototype.documentHasContent = function () {
|
||||
|
@ -300,6 +302,7 @@ ve.ui.MWReferenceEditPanel.prototype.documentHasContent = function () {
|
|||
/**
|
||||
* Determine whether any changes have been made (and haven't been undone).
|
||||
*
|
||||
* @private
|
||||
* @return {boolean} Changes have been made
|
||||
*/
|
||||
ve.ui.MWReferenceEditPanel.prototype.isModified = function () {
|
||||
|
|
Loading…
Reference in a new issue