We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78887db commit 8bf8c4eCopy full SHA for 8bf8c4e
1 file changed
jquery.keyframes.js
@@ -24,7 +24,7 @@
24
25
var $createKeyframeStyleTag = function(id) {
26
return $("<style>").attr({
27
- 'class': "keyframe-style",
+ "class": "keyframe-style",
28
id: id,
29
type: "text/css"
30
}).appendTo("head");
0 commit comments