"use strict"; var helpers = {}; helpers.findItem = function(data, key) { if(!data) { return null; } for(var i=0; i