Commit 0a284374 authored by David Schnur's avatar David Schnur

Removed unnecessary semicolons.

parent b3fe4bde
...@@ -113,7 +113,7 @@ API.txt for details. ...@@ -113,7 +113,7 @@ API.txt for details.
sourceObj[sourceMethod] = function() { sourceObj[sourceMethod] = function() {
return targetObj[targetMethod].apply(targetObj, arguments); return targetObj[targetMethod].apply(targetObj, arguments);
}; };
}; }
var utc = { var utc = {
date: d date: d
...@@ -136,7 +136,7 @@ API.txt for details. ...@@ -136,7 +136,7 @@ API.txt for details.
} }
return utc; return utc;
}; }
// select time zone strategy. This returns a date-like object tied to the // select time zone strategy. This returns a date-like object tied to the
// desired timezone // desired timezone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment