remove comments in menu.lua

This commit is contained in:
Qingping Hou
2012-11-11 14:29:37 +08:00
parent 032a71cbc4
commit 5e2537210f

View File

@@ -85,12 +85,6 @@ function MenuItem:init()
GestureRange:new{
ges = "tap",
range = self.dimen,
--range = Geom:new{
--x = self.dimen.x,
--y = self.dimen.y,
--h = self.dimen.h,
--w = self.dimen.w,
--},
},
doc = "Select Menu Item",
},