This commit is contained in:
Matt Fullerton 2014-08-13 06:39:12 +02:00
parent 171ad90ffd
commit 0cbb1016df

View File

@ -61,7 +61,7 @@ this.recline.View = this.recline.View || {};
// {
// id: 'filterEditor', // used for routing
// label: 'Filters', // used for view switcher
// view: new recline.View.FielterEditor({
// view: new recline.View.FilterEditor({
// model: dataset
// })
// },