如何编写此代码以使其符合JSLint

时间:2017-04-18 12:37:39

标签: javascript jslint

警告意外警告

Date.prototype.addHours = function (h) {
        this.setTime(this.getTime() + (h * 60 * 60 * 1000));
        return this;
    };

0 个答案:

没有答案