Skip to content

Commit

Permalink
Edited Apply.lua via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed May 22, 2011
1 parent 71f55dc commit 498bd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apply.lua
Expand Up @@ -13,7 +13,7 @@ assert(Invoker~=nil, 'The Apply module requires the Invoker module in order to w
require 'middleclass-extras.init' -- or 'middleclass-extras'
MyClass = class('MyClass')
MyClass:includes(Apply)
MyClass:include(Apply)
function MyClass:initialize()
self.counter = 0
Expand Down

0 comments on commit 498bd3d

Please sign in to comment.