chore($sniffer) remove Opera < 15 vendor prefixes and document it

Closes #9483
This commit is contained in:
Rouven Weßling
2014-09-29 20:49:47 +02:00
committed by Caitlin Potter
parent acbd302efb
commit 031d4cd2a9
3 changed files with 4 additions and 6 deletions

View File

@@ -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
}
}
};