mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Fix global scope leakage in the Transaction tests
Change-Id: I9283acb6179d0be84dadca8ad4e58d5cdd6e3bae
This commit is contained in:
parent
b1d9c83b5d
commit
d43fffc2d2
|
@ -822,7 +822,7 @@ QUnit.test( 'pushRetain', function ( assert ) {
|
|||
} );
|
||||
|
||||
QUnit.test( 'pushReplace', function ( assert ) {
|
||||
var cases = {
|
||||
var i, key, cases = {
|
||||
'insert': {
|
||||
'calls': [
|
||||
['pushReplace', [], [{ 'type': 'paragraph' }, 'a', 'b', 'c', { 'type': '/paragraph' }]]
|
||||
|
|
Loading…
Reference in a new issue