fix bad merge

This commit is contained in:
Chris Jones 2011-07-01 22:01:12 -07:00
parent 7a306afe41
commit 6397774fb5

View File

@ -1117,6 +1117,8 @@ var Font = (function () {
var rule = "@font-face { font-family:'" + fontName + "';src:" + url + "}";
var styleSheet = document.styleSheets[0];
styleSheet.insertRule(rule, styleSheet.cssRules.length);
return rule;
}
};