Class: c3.util
Defined in: | js/c3.coffee |
Overview
################################################################## Utility Functions ##################################################################
Class Method Summary
- . (Object) extend(dest, src) Extend an object with the properties in another
- . (Object) defaults(dest, src) Fill in properties of an object based on another iff not already defined
- . (void) spin(ms) Spin Wait
- . (void) isEmpty(obj) Test if an object is empty
Class Method Details
.
(Object)
extend(dest, src)
Extend an object with the properties in another
.
(Object)
defaults(dest, src)
Fill in properties of an object based on another iff not already defined
.
(void)
spin(ms)
Spin Wait
.
(void)
isEmpty(obj)
Test if an object is empty