Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 332198592
  • Loading branch information
Closure Team authored and copybara-github committed Sep 17, 2020
1 parent 3fe05b6 commit ed79e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/externs/angular-material.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ md.$dialog.ConfirmConfig_.prototype.css = function(css) {};
*/
md.$dialog.ConfirmConfig_.prototype.disableParentScroll = function(scroll) {};

/**
* @param {boolean} multiple
* @return {!md.$dialog.ConfirmConfig_}
*/
md.$dialog.ConfirmConfig_.prototype.multiple = function(multiple) {};


/** @constructor */
md.$dialog.PromptConfig_;
Expand Down

0 comments on commit ed79e66

Please sign in to comment.