Commit 980a8c34 by James Cropcho

Merge pull request #78 from Acetolyne/master

#77 -fixes output for printing purposes by adding the collection name to...
parents 384ecdf0 9efa8e5e
......@@ -103,6 +103,8 @@ if(typeof persistResults !== 'undefined') {
}
log('Using persistResults of ' + $persistResults);
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