From 3cb78db5f5ae98f3a15fe4c94ee7163c284bc932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 15 May 2011 11:32:09 +0100 Subject: [PATCH] Fix typo. --- src/item/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index 5e4790c1..68125a90 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -42,7 +42,7 @@ var Item = this.Item = Base.extend({ this._id = Item._id = (Item._id || 0) + 1; } return this._id; - } + }, /** * When passed a document, copies the item to the document,