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

Removed unnecessary semicolons.

parent b3fe4bde
......@@ -113,7 +113,7 @@ API.txt for details.
sourceObj[sourceMethod] = function() {
return targetObj[targetMethod].apply(targetObj, arguments);
};
};
}
var utc = {
date: d
......@@ -136,7 +136,7 @@ API.txt for details.
}
return utc;
};
}
// select time zone strategy. This returns a date-like object tied to the
// 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