updated text metrics unit test so that it passes in Firefox

This commit is contained in:
Eric Rowell
2012-04-04 20:08:53 -07:00
parent dc45f5e2d6
commit 21981e94eb
2 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ function log(message) {
* Test constructor
*/
function Test() {
this.testOnly = 'EVENTS - star pixel detection';
this.testOnly = '';
this.counter = 0;
}
/**