linter ignores @suppress {visibility}

35 views
Skip to first unread message

John Munro

unread,
Jul 12, 2013, 11:21:30 AM7/12/13
to closure-lin...@googlegroups.com
Line 42, E:0224: filevision.net.XhrIo.prototype.cleanUpXhr_ should not inherit from a private member.

/**
 * @inheritDoc
 * @private
 * @suppress {visibility}
 */
filevision.net.XhrIo.prototype.cleanUpXhr_ = function(opt_fromDispose) {
    if (this.progressListenerKey_) {
        goog.events.unlistenByKey(this.progressListenerKey_);

        this.progressListenerKey_ = null;
    }

    filevision.net.XhrIo.superClass_.cleanUpXhr_.call(this, opt_fromDispose);
};

Reply all
Reply to author
Forward
0 new messages