Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 23, 2014
1 parent 75ede4f commit e7a0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function createStyleElement(cssText, scope) {
// NOTE: URL seems difficult to polyfill since chrome and safari implement
// it but only chrome's appears to work.
function getUrl(base, url) {
url = url || ''
url = url || '';
var doc = document.implementation.createHTMLDocument('');
if (base) {
var baseElement = doc.createElement('base');
Expand Down

0 comments on commit e7a0382

Please sign in to comment.