Skip to content

Commit ba1ccfc

Browse files
committed
#32 done: IE8 support
1 parent 8bf8c4e commit ba1ccfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jquery.keyframes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
});
2323

2424

25-
var $createKeyframeStyleTag = function(id) {
26-
return $("<style>").attr({
25+
var $createKeyframeStyleTag = function(id, css) {
26+
return $("<style>" + css + "</style>").attr({
2727
"class": "keyframe-style",
2828
id: id,
2929
type: "text/css"

0 commit comments

Comments
 (0)