Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Delete reference to now-deleted wiz.async.method.
Browse files Browse the repository at this point in the history
RELNOTES: n/a

PiperOrigin-RevId: 554963054
Change-Id: I521d64570b1d7033c78ba45dc6f46e220e63cc4e
  • Loading branch information
Closure Team authored and copybara-github committed Aug 8, 2023
1 parent ccf3f1d commit d6fddd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions closure/goog/dom/animationframe/animationframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ goog.dom.animationFrame.createTask = function(spec, opt_context) {
'use strict';
// Save args and state.
if (arguments.length > 0) {
// The state argument goes last. That is kinda horrible but compatible
// with {@see wiz.async.method}.
// The state argument goes last. That is kinda horrible.
if (!taskSet.args) {
taskSet.args = [];
}
Expand Down

0 comments on commit d6fddd4

Please sign in to comment.