Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Fixed a minor typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcev106 committed May 26, 2016
1 parent f9ca330 commit 7905124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadCSS.js
Expand Up @@ -40,7 +40,7 @@
ready( function(){
ref.parentNode.insertBefore( ss, ( before ? ref : ref.nextSibling ) );
});
// A method (exposed on return object for external use) that mimics onload by polling until document.styleSheets until it includes the new sheet.
// A method (exposed on return object for external use) that mimics onload by polling document.styleSheets until it includes the new sheet.
var onloadcssdefined = function( cb ){
var resolvedHref = ss.href;
var i = sheets.length;
Expand Down

0 comments on commit 7905124

Please sign in to comment.