From 8670f91b0f07a87b403c9d607ed3ac110ffd741e Mon Sep 17 00:00:00 2001 From: Erich Ocean Date: Mon, 14 May 2012 20:47:36 -0700 Subject: [PATCH] better logging --- application/surfaces/ilist_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/surfaces/ilist_view.js b/application/surfaces/ilist_view.js index fc508a4..2a9044c 100644 --- a/application/surfaces/ilist_view.js +++ b/application/surfaces/ilist_view.js @@ -346,7 +346,7 @@ SC.IListView = SC.View.extend({ for (var dependentKey in dependentKey) { if (!dependentKeys.hasOwnProperty(dependentKey)) continue; if (changedStoreKeys[dependentKey]) { - console.log(storeKey, 'needs rendering because', 'a dependent key changed'); + console.log(storeKey, 'needs rendering because', 'a dependent key changed', dependentKey); needsRendering = true; break; }