Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
7e6f0ef8
Commit
7e6f0ef8
authored
Nov 24, 2013
by
Renfred Harper
Browse files
Edit function documentation
parent
cb69072d
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/js/info.js
View file @
7e6f0ef8
function
compareTimes
(
time1
,
time2
){
// Determine if two
time
objects are equal
function
compareTimes
(
time1
,
time2
)
{
// Determine if two objects
' start and end times
are equal
.
if
(
time1
==
undefined
||
time2
==
undefined
){
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment