mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Whitespace fixes
This commit is contained in:
@@ -29,16 +29,16 @@ function init(self)
|
||||
self.druid:new_button("button_1", function()
|
||||
print("On button 1")
|
||||
end)
|
||||
|
||||
|
||||
--alternative way of component creation
|
||||
self.druid:new(druid.comps.button, "button_2", function()
|
||||
print("On button 2")
|
||||
end)
|
||||
|
||||
|
||||
self.druid:new_button("button_3", function()
|
||||
print("On button 3")
|
||||
end)
|
||||
|
||||
|
||||
self.druid:new_android_back(function(self, params)
|
||||
print("On android back", params)
|
||||
end, 2)
|
||||
|
Reference in New Issue
Block a user