[view,doc][xs]: tweak view overview info.

This commit is contained in:
Rufus Pollock
2012-05-13 08:32:53 +01:00
parent f229d6985c
commit accd96354e

View File

@@ -2,10 +2,11 @@
// # Recline Views // # Recline Views
// //
// Recline Views are Backbone Views and in keeping with normal Backbone views // Recline Views are instances of Backbone Views and they act as 'WUI' (web
// are Widgets / Components displaying something in the DOM. Like all Backbone // user interface) component displaying some model object in the DOM. Like all
// views they have a pointer to a model or a collection and is bound to an // Backbone views they have a pointer to a model (or a collection) and have an
// element. // associated DOM-style element (usually this element will be bound into the
// page at some point).
// //
// Views provided by core Recline are crudely divided into two types: // Views provided by core Recline are crudely divided into two types:
// //