Skip to content

Commit

Permalink
Load rb-inotify when jQuery is working, rather than when it's not.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 6, 2010
1 parent 1d120b8 commit 9dd9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fssm/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def carbon_core?
def rb_inotify?
found = begin
require 'rb-inotify'
INotify::Notifier.ancestors.include?(IO)
!INotify::Notifier.ancestors.include?(IO)
rescue LoadError
false
end
Expand Down

0 comments on commit 9dd9d5e

Please sign in to comment.