Class: module:argos/Utility

module:argos/Utility()

Utility provides functions that are more javascript enhancers than application related code.

Constructor

new module:argos/Utility()

Source:

Members

(static) debounce

Source:

(static) escapeSearchQuery

Replaces a single " with two "" for proper SData query expressions.

Source:

(static) expand

Source:

(static) getValue

Source:

(static) joinFields

Utility function to join fields within a Simplate template.

Source:

(static) memoize

Source:

(static) roundNumberTo

Source:

(static) sanitizeForJson

Sanitizes an Object so that JSON.stringify will work without errors by discarding non-stringable keys.

Source:

(static) setValue

Source: