/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to zoetrope/core/class.lua

  • Committer: Josh C
  • Date: 2013-03-05 22:06:58 UTC
  • Revision ID: josh@9ix.org-20130305220658-92yptjso9z57vzly
use zoetrope 288:a82a08660477 2013-02-23

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
-- Event: onNew
18
18
--              Called once, when a new object is created via <new()>.
19
19
 
20
 
Class = {
 
20
Class =
 
21
{
21
22
        -- Method: extend
22
23
        -- Creates a subclass of a class object, replacing any class properties
23
24
        -- with those in the object passed. It also sets the subclass's prototype