Skip to content

Commit 2e2a998

Browse files
Closure Teamcopybara-github
authored andcommitted
Add Animation.prototype.commitStyles() extern
PiperOrigin-RevId: 569156751
1 parent 2bb6aae commit 2e2a998

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

externs/browser/web_animations.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Animation.prototype.dispatchEvent = function(evt) {};
7070
*/
7171
Animation.prototype.cancel = function() {};
7272

73+
/**
74+
* @return {undefined}
75+
*/
76+
Animation.prototype.commitStyles = function() {};
77+
7378
/**
7479
* @return {undefined}
7580
*/

0 commit comments

Comments
 (0)