Core
UWA Runtime Core.
Credits
Partially based on MooTools, My Object Oriented Javascript Tools. Copyright © 2006-2007 Valerio Proietti, http://mad4milk.net, MIT Style License.
extend
UWA.extend = function( original, extended )
Copies all the properties from the second passed object to the first passed Object.
See also
http://docs.mootools.net/Core/Core.js#$extend
Example
TODO
Copies all the properties from the second passed object to the first passed Object.
UWA.extend = function( original, extended )
Copies the properties from the second passed object to the first passed Object if it not exists already.
UWA.merge = function()
Log a message to a console, if one available.
UWA.log = function( message )