Skip to content

Commit

Permalink
Remove use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
sgurin committed Dec 4, 2019
1 parent b383d7e commit ef57360
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import dotsEffect from './modules/dots';
(($) => {
// When DOM is ready
$(() => {
'use strict';

dotsEffect.init();
});
})(jQuery);

0 comments on commit ef57360

Please sign in to comment.