Browse Source

[FIX] delete unused line on lib.js

pull/4/head
Étienne Beaudry Auger 12 years ago
parent
commit
b6641016fe
  1. 4
      web_color/static/src/js/lib.js

4
web_color/static/src/js/lib.js

@ -21,8 +21,6 @@
##############################################################################*/
openerp.web_color = function(instance) {
var _t = openerp.web._t;
var QWeb = openerp.web.qweb;
widget_name = 'color';
//Add in the widgets list
@ -46,4 +44,4 @@ openerp.web_color = function(instance) {
}
});
}
}
Loading…
Cancel
Save