diff --git a/addStyles.js b/addStyles.js index 8d452779..199ea1dd 100644 --- a/addStyles.js +++ b/addStyles.js @@ -20,7 +20,7 @@ var stylesInDom = {}, singletonCounter = 0, styleElementsInsertedAtTop = []; -module.exports = function(list, options) { +module.exports = function(object, options) { if(typeof DEBUG !== "undefined" && DEBUG) { if(typeof document !== "object") throw new Error("The style-loader cannot be used in a non-browser environment"); } @@ -33,10 +33,10 @@ module.exports = function(list, options) { // By default, add