lib/caboodle/kits/lazyload/lazyload.rb in caboodle-0.2.14 vs lib/caboodle/kits/lazyload/lazyload.rb in caboodle-0.2.15

- old
+ new

@@ -1,6 +1,4 @@ -module Caboodle - class LazyLoad < Caboodle::Kit - description "Improves page load times for javascript-enabled browsers by loading images on demand as the user scrolls the page." - javascripts ["/jquery.lazyload.mini.js","/lazyload.js"] - end +class Caboodle::LazyLoad < Caboodle::Kit + description "Improves page load times for javascript-enabled browsers by loading images on demand as the user scrolls the page." + javascripts ["/jquery.lazyload.mini.js","/lazyload.js"] end \ No newline at end of file