Render function as mentioned in issue #146, only works in browser context

Updated build scripts
New way for bundling content in dist, tobe tested, currently to be considered beta
This commit is contained in:
knsv
2015-05-26 20:41:53 +02:00
parent 05f3982632
commit b4a96c9b21
35 changed files with 104559 additions and 15040 deletions

View File

@@ -1,6 +1,6 @@
/* global window */
var d3;
/*var d3;
if (require) {
try {
@@ -12,4 +12,4 @@ if (!d3) {
d3 = window.d3;
}
module.exports = d3;
module.exports = d3;*/