src/cm/media/js/lib/yui/yui3.0.0/releasenotes/README.oop
author gibus
Mon, 21 May 2012 16:50:42 +0200
changeset 439 8994d24e4b2f
parent 0 40c8f766c9b8
permissions -rw-r--r--
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).

YUI OOP Utilities
    Provides inheritance and object modification utilities

3.0.0
  * No functional change.

3.0.0beta1

  * bind() now adds the arguments supplied to bind before the
    arguments supplied when the function is executed.  Added
    rbind to provide the old functionality (arguments supplied
    to bind are appended to the arguments collection supplied
    to the function when executed).

  * bind() supports a string representing a function on the
    context object in order to allow overriding methods on
    superclasses that are bound to a function displaced by
    aop.

  * Fixed array handling in clone

3.0.0pr2
  * No change

3.0.0pr1
  * Initial release