/** * @license GPL-2.0+ * @author Daniel Werner < daniel.werner@wikimedia.de > */ ( function( wb ) { 'use strict'; /** * Module space holding store related constructors. * @type Object */ wb.store = {}; }( wikibase ) );