Static Class APE

Defined in APE.js

  • author: Garrett Smith

  • Method Summary
    deferError(error)
               Throws the error in a setTimeout 1ms.
    extend(subclass, superclass, mixin)
               Prototype inheritance.
      getById(el)
               Creational method meant for being cross-cut.
      getByNode(el)
               Creational method meant for being cross-cut.
    getFunctionName(fun)
               Tries to get a name of a function object, returns "" if anonymous.
     Object mixin(r, s)
               Shallow copy of properties; does not look up prototype chain.
     Package namespace(s)
               creates a namespace split on ".
    newApply(fun, args)
              
    toString()
               undocumented
     
    Method Detail

    deferError

    deferError(error)

    extend

    extend(subclass, superclass, mixin)

    getById

     getById(el)

    getByNode

     getByNode(el)

    getFunctionName

    getFunctionName(fun)

    mixin

    Object mixin(r, s)

    namespace

    Package namespace(s)

    newApply

    newApply(fun, args)

    toString

    toString()

    Documentation generated by JsDoc Toolkit 1.4.0 on Sun Aug 17 2008 17:08:27 GMT-0700 (PDT)