God damn coffee. Also that specific title makes chrome shit itself.

This commit is contained in:
Nicolas Stepien 2013-02-14 17:50:25 +01:00
parent b91d343679
commit bfffdbee91
2 changed files with 4 additions and 8 deletions

View File

@ -739,11 +739,9 @@
textContent: css
}) : $.el('link', {
rel: 'stylesheet',
href: URL.createObjectURL(new Blob([css]))
}, {
type: 'text/css'
}, {
title: g.NAMESPACE
href: URL.createObjectURL(new Blob([css], {
type: 'text/css'
}))
});
$.asap((function() {
return d.head;

View File

@ -90,9 +90,7 @@ $.extend $,
else
$.el 'link',
rel: 'stylesheet'
href: URL.createObjectURL new Blob [css],
type: 'text/css'
title: g.NAMESPACE
href: URL.createObjectURL new Blob([css], type: 'text/css')
$.asap (-> d.head), ->
$.add d.head, style
style