chore: Remove unsed variables from codebase

This commit is contained in:
Vikash Agrawal
2017-05-04 11:17:56 +05:30
parent 2df999ef75
commit 57d3965fa6
7 changed files with 12 additions and 19 deletions

View File

@ -112,7 +112,7 @@ define([
* formatted values will be returned. Where a value could not be formatted, `undefined` will be returned at its position
* in the array.
*/
UTCTimeFormat.prototype.format = function (value, minValue, maxValue, count) {
UTCTimeFormat.prototype.format = function (value) {
if (arguments.length > 1) {
return getScaledFormat(value);
} else {