﻿/*
**************
* IMPORTANT :: All runtime instance declarations MUST be bound to document 'js-class-setup' event
**************
*/

$(document).bind("MRM-JAVASCRIPT-CLASS-SETUP", function() {
	// Setup runtime namespace if doesn't exist
	if (!mrm.global.isNamespaceDefined("mrm.runtime.display.controls")) mrm.global.createNamespace("mrm.runtime.display.controls", "1.0");

	// Create instance
	mrm.runtime.display.controls.QuickSearch = new mrm.lexus.display.controls.QuickSearch();
});
