static.js

source static.js

Constructors

myClass(arg)

parameters

type name description
arg

objects

type name description
myMember This is a member.
cid

methods

anotherUnnattached()

methods

Objects

myClass.myMember

This is a member.

Functions

myClass.myMethod()

myClass.staticFunction(a, b, c)

parameters

type name description
a
b
c

myClass.anotherMethod()

myUnnattached(x, y, z)

parameters

type name description
x
y
z

returns

type description
string If x is a string.
number If x is a number.

anotherUnnattached.zap(n)

parameters

type name description
n