Merge pull request #164 from A1kmm/master

Add missing semicolon without which Firefox parses the collated runtime incorrectly.
This commit is contained in:
Evan Czaplicki 2013-06-02 11:12:31 -07:00
commit e636c8494d

View file

@ -41,4 +41,4 @@ function depthFirstTraversals(f, queueOld, queueNew) {
return true; return true;
} }
}()) }());