mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Fixed incorrect class name for method typo
Change-Id: I82390896ef7136bfc8ed8734d8bd9014e756af5e
This commit is contained in:
parent
d412c8c159
commit
947c3ddf22
|
@ -190,7 +190,7 @@ ve.ce.TextNode.prototype.getOuterLength = function() {
|
|||
*
|
||||
* @method
|
||||
*/
|
||||
ve.ce.LeafNode.prototype.render = function() {
|
||||
ve.ce.TextNode.prototype.render = function() {
|
||||
var $new = $( $( '<span>' + this.getHtml() + '</span>' ).contents() );
|
||||
this.$.replaceWith( $new );
|
||||
this.$ = $new;
|
||||
|
|
Loading…
Reference in a new issue