removed global variable

bzr revid: nicolas.vanhoren@openerp.com-20120906103713-iat9aa4apqb0hqp2
This commit is contained in:
niv-openerp 2012-09-06 12:37:13 +02:00
parent 937e465da8
commit 7a5e670e5b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
openerp.hr_attendance = function (instance) {
var QWeb = instance.web.qweb;
_t = instance.web._t;
var _t = instance.web._t;
instance.hr_attendance.AttendanceSlider = instance.web.Widget.extend({
template: 'AttendanceSlider',