Skip to content

Commit

Permalink
De-denodify denodeify
Browse files Browse the repository at this point in the history
  • Loading branch information
georgecrawford committed Feb 13, 2015
1 parent 7e67b46 commit bbc334a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;(function(define){define(function(require,exports,module){

function denodify(nodeStyleFunction, filter) {
function denodeify(nodeStyleFunction, filter) {
'use strict';

return function() {
Expand Down Expand Up @@ -41,7 +41,7 @@
};
}

module.exports = denodify;
module.exports = denodeify;

});})(typeof define=='function'&&define.amd?define
:(function(n,w){'use strict';return typeof module=='object'?function(c){
Expand Down

0 comments on commit bbc334a

Please sign in to comment.