Renamed legacy name "Magic Condensation" to current name
This commit is contained in:
parent
698a9b938a
commit
0d7c918ab8
@ -330,7 +330,7 @@ test("Undoing all actions", function () {
|
|||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Async tests for magic condensation
|
* Async tests for magic fusion
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var deferQueue = [];
|
var deferQueue = [];
|
||||||
@ -349,7 +349,7 @@ function flushDeferQueue() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
asyncTest("Magic Condensation", 4, function () {
|
asyncTest("Magic Fusion", 4, function () {
|
||||||
var model = new Backbone.Model({
|
var model = new Backbone.Model({
|
||||||
"t": 1
|
"t": 1
|
||||||
}), collection = new Backbone.Collection([{"a": 3}]),
|
}), collection = new Backbone.Collection([{"a": 3}]),
|
||||||
|
Loading…
Reference in New Issue
Block a user