[IMP] correction of some comments

bzr revid: nicolas.vanhoren@openerp.com-20120810094522-4dpdw06ql3ex0ig3
This commit is contained in:
niv-openerp 2012-08-10 11:45:22 +02:00
parent 5b4dadc773
commit 7bd54c9c0b
1 changed files with 2 additions and 2 deletions

View File

@ -503,9 +503,9 @@ instance.web_kanban.KanbanGroup = instance.web.OldWidget.extend({
} }
}, },
/** /**
* Handles a non-erroneous response from name_create * Handles a newly created record
* *
* @param {(Id, String)} record name_get format for the newly created record * @param {id} id of the newly created record
*/ */
quick_created: function (record) { quick_created: function (record) {
var id = record, self = this; var id = record, self = this;