bzr revid: nicolas.vanhoren@openerp.com-20130729093657-p0xdm0nyhg4jn3i7
This commit is contained in:
niv-openerp 2013-07-29 11:36:57 +02:00
parent 22ac3304e1
commit 80df99fa18
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function declare($, _, QWeb2) {
var openerp = {};
openerp.web = {};
/**
/**
* Improved John Resig's inheritance, based on:
*
* Simple JavaScript Inheritance