Commit 9efa8e5e by Acetolyne

secondary fix for printing

parent b6028423
......@@ -103,7 +103,7 @@ if(typeof persistResults !== 'undefined') {
}
log('Using persistResults of ' + $persistResults);
log('Using collection: ' + collection);
log('Using collection of ' + collection);
var varietyTypeOf = function(thing) {
if (typeof thing === 'undefined') { throw 'varietyTypeOf() requires an argument'; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment