cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/lang
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00
..
aspect initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
functional initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
oo initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
aspect.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
functional.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
LICENSE initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
observable.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
README initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
utils.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00

-------------------------------------------------------------------------------
dojox.lang
-------------------------------------------------------------------------------
Version 0.991
Release date: 07/30/2007
-------------------------------------------------------------------------------
Project state:
beta
-------------------------------------------------------------------------------
Credits
	Eugene Lazutkin (eugene.lazutkin@gmail.com)
	Kris Zyp (kris@sitepen.com)
-------------------------------------------------------------------------------
Project description

Implementation of common functional operations, and provisions, aspect-oriented
helpers. Later we can add other JS language-related helpers.

dojox.lang.observable - Provides construction of objects that such that 
property access and modification can be controlled, i.e. provides a form of
getters/setters.
-------------------------------------------------------------------------------
Dependencies:

None.
-------------------------------------------------------------------------------
Documentation

For now:

dojox.lang.functional:
http://lazutkin.com/blog/2008/jan/12/functional-fun-javascript-dojo/

-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:
http://svn.dojotoolkit.org/src/dojo/dojox/trunk/lang/*

Install into the following directory structure:
/dojox/lang/

...which should be at the same level as your Dojo checkout.
-------------------------------------------------------------------------------
Additional Notes

See tests and the source for more details.

LICENSE in this directory contains the MIT license by Oliver Steele for
dojox.lang.functional.lambda, which was derived from his original implementation.