Utilities
Below are the utility methods eCSStender exposes via its API.
isInheritedProperty( object, property )
Returns: Boolean
for...in loops to avoid issues caused by a developer or library’s augmentation of Object (e.g. the Prototype JavaScript library).
loadScript( path, callback )
Returns: NULL
To dynamically add a script to your page, you can call eCSStender.loadScript(), passing the path to the script as the first argument. If you’d like to add a callback function (to be run once the file is loaded), it can be supplied as the optional second argument.
trim( string )
Returns: String
