Skip to content

Commit

Permalink
Fix compiler warning about a comment in timeentry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sander committed Jul 31, 2011
1 parent 47cc7ad commit ff86aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plapp/js/timeentry.js
Expand Up @@ -554,11 +554,11 @@ pleft.ui.TimeEntry.prototype.setTime = function(time) {
this.showTime();
};

/*
/**
* A time may be specified as an exact value or a relative one.
* @ param setting (Date) an actual time or
* (number) offset in seconds from now or
* (string) unites and periods of offsets from now.
* @param setting (Date) an actual time or
* (number) offset in seconds from now or
* (string) unites and periods of offsets from now.
*/
pleft.ui.TimeEntry.prototype.determineTime = function(setting) {
var offsetNumeric = function(offset) { // E.g. +300, -2
Expand Down

0 comments on commit ff86aab

Please sign in to comment.