Merge branch 'master' into feature/christina/metadata-ui

This commit is contained in:
cahrens
2013-05-14 13:53:03 -04:00
12 changed files with 78 additions and 52 deletions

View File

@@ -165,7 +165,7 @@ define('WordCloudMain', ['logme'], function (logme) {
d3.layout.cloud().size([this.width, this.height])
.words(words)
.rotate(function () {
return Math.floor((Math.random() * 2) * 90);
return Math.floor((Math.random() * 2)) * 90;
})
.font('Impact')
.fontSize(function (d) {