Overview
Global Objects
All store scripts and controllers have access to global object 'ms' that provides access to various underlying StoreHippo functionalities.
StoreHippo uses "ms" (represents MyStore) as a namespace for various components including widgets, entities, global objects etc.
Namespacing helps in avoiding conflict between global components and custom components created by theme developers.