From: Alan Knowles Date: Sun, 26 Aug 2012 10:05:40 +0000 (+0800) Subject: ux/TimePicker.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4d2fff84610f2c34cd79a4226a4a4e1fefcf8709;p=roojs1 ux/TimePicker.js --- diff --git a/ux/TimePicker.js b/ux/TimePicker.js index cc24ac87e7..78cc1898e4 100644 --- a/ux/TimePicker.js +++ b/ux/TimePicker.js @@ -130,7 +130,10 @@ Roo.extend(Roo.ux.TimePicker , Roo.form.DisplayField , { var atime = "Pick\nTime"; var asector = false; - var tdisplay = paper.text(pie.cx,pie.cy,atime).attr({ font: "32px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif", weight: 'bold', fill: '#000' }); + var tdisplay = paper.text(pie.cx,pie.cy,atime).attr({ + font: "32px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif", + weight: 'bold', fill: '#000' }); + pie.hover( // in? function() { @@ -199,8 +202,7 @@ Roo.extend(Roo.ux.TimePicker , Roo.form.DisplayField , { //pie.each(function() { Roo.log(this)}); this.setValue(this.value); - - }); + } }); \ No newline at end of file