mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-15 00:08:07 -05:00
9 lines
188 B
Ruby
9 lines
188 B
Ruby
# Used only for Ruby on Rails gem to tell, that gem contain `lib/assets` with
|
|
# visibility.js file.
|
|
module VisibilityJs
|
|
module Rails
|
|
class Engine < ::Rails::Engine
|
|
end
|
|
end
|
|
end
|