From eb43b58274c9ff968733e44120f955d53ea71d10 Mon Sep 17 00:00:00 2001 From: dmandelin Date: Fri, 29 Apr 2016 09:47:43 -0700 Subject: [PATCH] docs($sanitizeProvider): fix param comment for enableSvg Change the text of the doc comment for the parameter of enableSvg to match the type of the comment and the behavior of the code. --- src/ngSanitize/sanitize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 3798f8cf42ae..b3ce008ddeb7 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -182,7 +182,7 @@ function $SanitizeProvider() { * * * - * @param {boolean=} regexp New regexp to whitelist urls with. + * @param {boolean=} flag Enable or disable SVG support in the sanitizer. * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called * without an argument or self for chaining otherwise. */