MINOR Fixed scope problems caused by separating out getTreeConfig()

This commit is contained in:
Ingo Schommer 2012-03-12 14:44:09 +01:00
parent bac23bcdb7
commit d46a4504f5

View File

@ -102,6 +102,7 @@
}, },
getTreeConfig: function() { getTreeConfig: function() {
var self = this;
return { return {
'core': { 'core': {
'initially_open': ['record-0'], 'initially_open': ['record-0'],