Skip to content
Snippets Groups Projects
Unverified Commit 34a50c60 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix ESLint

parent 4bf93533
No related branches found
No related tags found
No related merge requests found
Meteor.startup(function() {
$('.swipebox').swipebox({
hideBarsDelay: 0
});
$(document).on('click', '#swipebox-overlay', function() {
$.swipebox.close();
});
$('.swipebox').swipebox({
hideBarsDelay: 0
});
$(document).on('click', '#swipebox-overlay', function() {
$.swipebox.close();
});
});
......@@ -41,7 +41,7 @@ Package.onUse(function(api) {
api.addFiles('lib/fireEvent.js', 'client');
api.addFiles('lib/iframeCommands.js', 'client');
api.addFiles('lib/jquery.swipebox.min.js', 'client');
api.addFiles('lib/jquery.swipebox.init.js', 'client');
api.addFiles('lib/jquery.swipebox.init.js', 'client');
api.addFiles('lib/menu.coffee', 'client');
api.addFiles('lib/modal.coffee', 'client');
api.addFiles('lib/Modernizr.js', 'client');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment