mediawiki.feedback: Don't use deprecated calling convention for mw.Api#newSection
Change-Id: I82e69a19f1d4416d456521c1233d13a349fe457e
This commit is contained in:
parent
7a0cec17d5
commit
fc80e1f5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@
|
|||
|
||||
this.displaySubmitting();
|
||||
|
||||
this.api.newSection( this.title, subject, message, ok, err );
|
||||
this.api.newSection( this.title, subject, message ).done( ok ).fail( err );
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue