mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Some more code cleanup:
- Remove some unexecutable code - Fix some variable declarations (to satisfy Scrutenizer)
This commit is contained in:
@ -261,7 +261,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
*/
|
||||
time: function(_input, _callback, _context)
|
||||
{
|
||||
setupTime(this, _input, _callback, _context);
|
||||
setupTime(this, _input);
|
||||
},
|
||||
/**
|
||||
* transform PHP date/time-format to jQuery date/time-format
|
||||
|
Reference in New Issue
Block a user