Let awareness images replay over and over

This commit is contained in:
2014-06-15 19:50:08 -07:00
parent dc362272cc
commit d6191ef1d9

View File

@@ -629,7 +629,7 @@ function stringSize(str, font)
.appendTo($('body')),
w = o.width(),
h = o.height();
newlines = str.split("\n");
newlines = str.split("\n").length;
o.remove();
return [w/newlines, h*newlines];
}