gametel 0.5.8 → 0.5.8.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -142,7 +142,7 @@ module Gametel
|
|
142
142
|
# return if a view has a drawable
|
143
143
|
#
|
144
144
|
def has_drawable?(locator)
|
145
|
-
view = get_view_by_id(locator) if locator[:id]
|
145
|
+
view = get_view_by_id(locator[:id]) if locator[:id]
|
146
146
|
view = get_image(locator[:index]) if locator[:index]
|
147
147
|
last_json['hasDrawable']
|
148
148
|
end
|
data/lib/gametel/version.rb
CHANGED