Renamed legacy name "Magic Condensation" to current name

This commit is contained in:
Oliver Sartun 2014-08-24 23:55:34 +02:00
parent 698a9b938a
commit 0d7c918ab8

View File

@ -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}]),