comparison UI.lua @ 40:02e4a69afad5 v2.0-beta-r40

and more prints
author Nenue
date Sun, 27 Dec 2015 08:55:12 -0500
parents d432f49e340e
children 5341e4d84622
comparison
equal deleted inserted replaced
39:2113015dec95 40:02e4a69afad5
146 end 146 end
147 end 147 end
148 local function Console_MouseUp(self, button) 148 local function Console_MouseUp(self, button)
149 return Console_MouseDown(self, button, true) 149 return Console_MouseDown(self, button, true)
150 end 150 end
151 print('load check')
152 151
153 152
154 --- Constructs the frame object for a console channel 153 --- Constructs the frame object for a console channel
155 -- Initializes the console channel at a specified index. 154 -- Initializes the console channel at a specified index.
156 -- Configuration data can be overridden by passing a desired settings table. 155 -- Configuration data can be overridden by passing a desired settings table.