MWExtension describeChanges: Actually return value of parent

Bug: T161357
Change-Id: I7a81ab68dc2f632bd6f380caafef2cba326ad0ef
This commit is contained in:
Ed Sanders 2017-04-03 22:57:49 +02:00
parent ae59abc35e
commit d50f49de82

View file

@ -151,7 +151,7 @@ ve.dm.MWExtensionNode.static.describeChanges = function ( attributeChanges, chan
) ]; ) ];
} }
// Parent method // Parent method
ve.dm.MWExtensionNode.super.static.describeChange.apply( this, arguments ); return ve.dm.MWExtensionNode.super.static.describeChange.apply( this, arguments );
}; };
/* Methods */ /* Methods */