Skip to content
angular
/
angular.js
Sign up
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Team
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
angular
/
angular.js
Watch
4.1k
Star
59.6k
Fork
28.8k
Code
Issues
390
Pull requests
80
Actions
Projects
0
Wiki
Security
Insights
Code
Issues
390
Pull requests
80
Projects
0
Actions
Wiki
Security
Pulse
Permalink
Browse files
Loading status checks…
style(ng/animate.js): remove a newline
Closes
#15309
Loading branch information
Narretz
committed
Oct 29, 2016
1 parent
5cce6e2
commit
7ed0340488bc8d0d1791cebd564594764526f66f
Unified
Split
Showing
1 changed file
with
0 additions
and
1 deletion
.
+0
−1
src/ng/animate.js
1
src/ng/animate.js
Show comments
View file
Edit file
Delete file
@@ -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
)
;
}
}
}
Toggle all file notes
0 comments on commit
7ed0340
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.