all files / src/ Search.js

50% Statements 2/4
100% Branches 0/0
0% Functions 0/1
50% Lines 2/4
1 2 3 4 5 6 7 8 9             
'use strict';
 
var log = require('./Log.js').Logger('libZotero:Search');
 
module.exports = function(){
	this.instance = 'Zotero.Search';
	this.searchObject = {};
};