mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
chore($sniffer) remove Opera < 15 vendor prefixes and document it
Closes #9483
This commit is contained in:
committed by
Caitlin Potter
parent
acbd302efb
commit
031d4cd2a9
@@ -143,8 +143,7 @@ describe('$sniffer', function() {
|
||||
body: {
|
||||
style: {
|
||||
WebkitAnimation: animationStyle,
|
||||
MozAnimation: animationStyle,
|
||||
OAnimation: animationStyle
|
||||
MozAnimation: animationStyle
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -240,8 +239,7 @@ describe('$sniffer', function() {
|
||||
body: {
|
||||
style: {
|
||||
WebkitTransition: transitionStyle,
|
||||
MozTransition: transitionStyle,
|
||||
OTransition: transitionStyle
|
||||
MozTransition: transitionStyle
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user