13 lines
225 B
JavaScript
13 lines
225 B
JavaScript
![]() |
(function ($) {
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
Drupal.behaviors.lazy = {
|
||
|
attach: function (context, settings) {
|
||
|
var options = settings.lazy ? settings.lazy : {};
|
||
|
Drupal.lazy = new Blazy(options);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
})(jQuery);
|