From 3829003ad330eaaa2879843cbf2796707d8c1698 Mon Sep 17 00:00:00 2001 From: Oliver Sartun Date: Wed, 23 Oct 2013 16:35:30 +0200 Subject: [PATCH] Comment slightly changed --- Backbone.Undo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backbone.Undo.js b/Backbone.Undo.js index fc175a6..b564981 100644 --- a/Backbone.Undo.js +++ b/Backbone.Undo.js @@ -172,7 +172,7 @@ } }, /** - * Returns an array of all the objects which are currently in this ObjectRegistry. + * Returns an array of all objects that are currently in this ObjectRegistry. * * @return {Array} An array of all the objects which are currently in the ObjectRegistry */