[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simkeu
/
keuangan
/
vendors
/
bower_components
/
lightgallery
/
test
/
[
Home
]
File: lightgallery_test.js
(function($) { module('lightGallery'); test('should be chainable', function() { var elem = document.createElement('div'); ok($(elem).lightGallery().addClass('testing'), 'can be chained'); equal($(elem).attr('class'), 'testing', 'class was added correctly from chaining'); }); test('$item should take corrent value', function() { ok($.fn.lightGallery, 'options set up correctly'); }); }(jQuery));