The jinqJs object construct currently takes one optional parameter. JinqJs is instantiated in one of two ways.
var jinq = new jinqJs();
//Currently only one option is supported
var settings = {includeIdentity: true}; //Default: false
var jinq = new jinqJs(settings);
Sets identity for all future uses of the jinqJs instances. See .Identity() for more information.