Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
erichocean committed May 15, 2012
1 parent 6f9cbc5 commit 8670f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/surfaces/ilist_view.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8670f91

Please sign in to comment.