Skip to content

Commit

Permalink
fix(export): Add node.js export support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatta committed Jul 4, 2018
1 parent f9b9425 commit 4ffd545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbfjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@
module.exports = CBFjs;
}
scope.CBFjs = CBFjs;
})(window);
})(this);

0 comments on commit 4ffd545

Please sign in to comment.