Skip to content

Commit

Permalink
Merge pull request jasondavies#1 from BrandwatchLtd/amd-return-fix
Browse files Browse the repository at this point in the history
Export cloud layout function instead of d3 to match existing API
  • Loading branch information
aron committed Mar 28, 2014
2 parents fe54a9f + dc314c0 commit 1b7b6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3.layout.cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,5 @@

d3.layout.cloud = cloud;

return d3;
return cloud;
}));

0 comments on commit 1b7b6ca

Please sign in to comment.