Iterates over each key value pair passing them to the callback function
callback
store.each(function(key, value) { Sammy.log('key', key, 'value', value); });