[ADD] acknowledgement that the listview backing collections are quite strongly inspired by backbone's

bzr revid: xmo@openerp.com-20110817133600-hl93utj2eh7pr5cd
This commit is contained in:
Xavier Morel 2011-08-17 15:36:00 +02:00
parent bd49735371
commit d433eada00
1 changed files with 5 additions and 0 deletions

View File

@ -1241,6 +1241,11 @@ var Record = openerp.base.Class.extend(/** @lends Record# */{
Record.include(Events);
var Collection = openerp.base.Class.extend(/** @lends Collection# */{
/**
* Smarter collections, with events, very strongly inspired by Backbone's.
*
* Using a "dumb" array of records makes synchronization between the
* various serious
*
* @constructs
* @extends openerp.base.Class
* @borrows Events#bind as this.bind