registry.js
No description.

File Location

/goog/tweak/registry.js

Classes

goog.tweak.Registry
Singleton that manages all tweaks. This should be instantiated only from goog.tweak.getRegistry().

Public Protected Private

Global Functions

goog.tweak.Registry.parseQueryParams(queryParams) !Object.<string>
Simple parser for query params. Makes all keys lower-case.
Arguments:
queryParams : string
The part of the url between the ? and the #.
Returns: !Object.<string>  map of key->value.
code »

Directory tweak

File Reference