HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

duplicated lines #24

Closed katsuyoshi closed 8 years ago

katsuyoshi commented 8 years ago

These lines are duplicated. If there is a special meanings, please ignore this issue.

        on(:view_did_load) { @screen.before_on_load }
        on(:view_did_load) { @screen.before_on_load }

https://github.com/HipByte/Flow/blob/master/flow/ui/cocoa/screen.rb#L10-L11

jjaffeux commented 8 years ago

Fixed thanks

katsuyoshi commented 8 years ago

thanks