Skip to content

Commit 8bf8c4e

Browse files
committed
Keyframes#32 done: use double-quote instead of single-quote, as in whole script
1 parent 78887db commit 8bf8c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.keyframes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
var $createKeyframeStyleTag = function(id) {
2626
return $("<style>").attr({
27-
'class': "keyframe-style",
27+
"class": "keyframe-style",
2828
id: id,
2929
type: "text/css"
3030
}).appendTo("head");

0 commit comments

Comments
 (0)