From 0d7c918ab89112e0d45dd12e80bb64a296e23872 Mon Sep 17 00:00:00 2001 From: Oliver Sartun Date: Sun, 24 Aug 2014 23:55:34 +0200 Subject: [PATCH] Renamed legacy name "Magic Condensation" to current name --- Tests/Backbone.Undo.Tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Backbone.Undo.Tests.js b/Tests/Backbone.Undo.Tests.js index 2c5f718..3d178b1 100644 --- a/Tests/Backbone.Undo.Tests.js +++ b/Tests/Backbone.Undo.Tests.js @@ -330,7 +330,7 @@ test("Undoing all actions", function () { }) /** - * Async tests for magic condensation + * Async tests for magic fusion */ var deferQueue = []; @@ -349,7 +349,7 @@ function flushDeferQueue() { }) } -asyncTest("Magic Condensation", 4, function () { +asyncTest("Magic Fusion", 4, function () { var model = new Backbone.Model({ "t": 1 }), collection = new Backbone.Collection([{"a": 3}]),