Skip to content
Permalink
Browse files

style(ng/animate.js): remove a newline

Closes #15309
  • Loading branch information
Narretz committed Oct 29, 2016
1 parent 5cce6e2 commit 7ed0340488bc8d0d1791cebd564594764526f66f
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/ng/animate.js
@@ -252,7 +252,6 @@ var $AnimateProvider = ['$provide', /** @this */ function($provide) {
var reservedRegex = new RegExp('(\\s+|\\/)' + NG_ANIMATE_CLASSNAME + '(\\s+|\\/)');
if (reservedRegex.test(this.$$classNameFilter.toString())) {
throw $animateMinErr('nongcls','$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME);

}
}
}

0 comments on commit 7ed0340

Please sign in to comment.
You can’t perform that action at this time.