/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/promise.lua

  • Committer: Josh C
  • Date: 2013-03-05 22:11:55 UTC
  • Revision ID: josh@9ix.org-20130305221155-hva5q53evnqqfn58
build script to build .love file

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        --              This way, you can chain together promises.
175
175
 
176
176
        andAlways = function (self, func)
177
 
                return self:andThen(func, func)
 
177
                self:andThen(func, func)
178
178
        end,
179
179
 
180
180
        -- internal method: _complete