Some more code cleanup:

- Remove some unexecutable code
- Fix some variable declarations
(to satisfy Scrutenizer)
This commit is contained in:
nathangray
2017-01-31 08:29:00 -07:00
parent eb51009ebd
commit ceea2cb976
4 changed files with 7 additions and 60 deletions

View File

@ -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