mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Cleaned code
This commit is contained in:
@@ -114,9 +114,8 @@ API.txt for details.
|
||||
sourceObj[sourceMethod] = function() {
|
||||
return targetObj[targetMethod].apply(targetObj, arguments);
|
||||
};
|
||||
};
|
||||
|
||||
var utc = {
|
||||
}
|
||||
var utc = {
|
||||
date: d
|
||||
};
|
||||
|
||||
@@ -137,9 +136,8 @@ API.txt for details.
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
function dateGenerator(ts, opts) {
|
||||
|
||||
Reference in New Issue
Block a user