Merge pull request #441 from mattfullerton/master

Minor corrections for docs
This commit is contained in:
Rufus Pollock
2014-08-13 11:15:48 +01:00

View File

@@ -79,10 +79,10 @@ this.recline.View = this.recline.View || {};
// special as it includes config of many of the subviews. // special as it includes config of many of the subviews.
// //
// <pre> // <pre>
// state = { // var state = {
// query: {dataset query state - see dataset.queryState object} // query: {dataset query state - see dataset.queryState object}
// view-{id1}: {view-state for this view} // 'view-{id1}': {view-state for this view}
// view-{id2}: {view-state for } // 'view-{id2}': {view-state for }
// ... // ...
// // Explorer // // Explorer
// currentView: id of current view (defaults to first view if not specified) // currentView: id of current view (defaults to first view if not specified)