IgeClass

Method: IgeClass.extend

Create a new IgeClass that inherits from this class
IgeClass.extend ()
Returns Function

Creating a new class by extending an existing one

var NewClass = IgeClass.extend({
    // Init is your constructor
    init: function () {
        console.log('I\'m alive!');
    }
});

Further reading: Extending Classes

© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point