Skip to content

Commit 791d5b7

Browse files
Closure Teamcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 321596023
1 parent f0c4281 commit 791d5b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/externs/angular-material.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ md.$dialog.AlertConfig_.prototype.css = function(css) {};
179179
*/
180180
md.$dialog.AlertConfig_.prototype.parent = function(parent) {};
181181

182+
/**
183+
* @param {boolean} multiple
184+
* @return {!md.$dialog.AlertConfig_}
185+
*/
186+
md.$dialog.AlertConfig_.prototype.multiple = function(multiple) {};
187+
182188

183189
/** @constructor */
184190
md.$dialog.ConfirmConfig_;

0 commit comments

Comments
 (0)