Class mmir.parser.StorageUtils
Defined in: storageUtils.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Extends the parser-module with helper functions for
storing/restoring compiled templates (eHTML -> layout, view, partial etc)
Dependencies:
|
Class Detail
mmir.parser.StorageUtils()
Extends the parser-module with helper functions for
storing/restoring compiled templates (eHTML -> layout, view, partial etc)
Dependencies:
- Requires:
- jQuery.extend
alternatively: set
mmir.parser.CLASS_EXTENDER
with an object that exposes a function extend(obj1,obj1), i.e.mmir.parser.CLASS_EXTENDER.extend(obj1, obj2)