mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 09:22:05 -05:00
Removed debug 'proxy method called' output
This commit is contained in:
parent
34e872a413
commit
d8172dbc69
1 changed files with 4 additions and 1 deletions
|
@ -147,11 +147,14 @@ function Window:__postInit__()
|
|||
self.super:__postInit__()
|
||||
end
|
||||
|
||||
--[[
|
||||
@instance
|
||||
@desc WIP
|
||||
]]
|
||||
function Window:createProxies( content )
|
||||
content = content or self.content
|
||||
for _, name in pairs( Window.static.proxyMethods ) do
|
||||
self[ name ] = function( self, ... )
|
||||
printError("proxy method '"..tostring( name ).."' called")
|
||||
return content[ name ]( content, ... )
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue