Changes

m
no edit summary
Line 15: Line 15:  
function Tabber:add_tab(tab_name, tab_contents)
 
function Tabber:add_tab(tab_name, tab_contents)
 
table.insert(self._tabs, tab_name .. '=' .. tab_contents)
 
table.insert(self._tabs, tab_name .. '=' .. tab_contents)
self._tab_contents[tab_name] = tab_contents
   
end
 
end
  
Anonymous user