API Reference
Namespaces
Classes
Events
Global
Externals

External: Function

Function

The built-in Function object.

See:
  • Function on the Mozilla Developer Network.

Methods


ciqInheritsFrom(ctor [, autosuper])

Deprecated since 7.4.0. Use CIQ.inheritsFrom instead.

Template for JavaScript inheritance.

By default the constructor (ctor) is called with no arguments.

Parameters:
Name Type Argument Default Description
ctor object

The parent class or object.

autosuper boolean <optional>
true

Set to false to prevent the base class constructor from being called automatically.

Deprecated: