From 498bd3d9ce9b15e6f337d07a8e28a55be82f4685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa?= Date: Sun, 22 May 2011 11:28:06 -0700 Subject: [PATCH] Edited Apply.lua via GitHub --- Apply.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apply.lua b/Apply.lua index 6ab7b7a..14e3dde 100644 --- a/Apply.lua +++ b/Apply.lua @@ -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