Skip to content

Commit

Permalink
🚀 fixing jshintt
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Feb 5, 2018
1 parent 6489b80 commit 095d2b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -4495,7 +4495,7 @@ body.home .site-head:after
max-width: 100%;
height: auto;
margin: 0 auto;
padding: 1em 0; /* zero left and right padding */
padding: 1em;
}
.post-content img.wp-smiley
{
Expand Down
4 changes: 2 additions & 2 deletions js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/js/casper.js
Expand Up @@ -3,7 +3,7 @@
*/

/*globals jQuery, document */
var Casper = (function (window, $) {
(function (window, $) {
'use strict';

/*
Expand Down Expand Up @@ -88,5 +88,3 @@ var Casper = (function (window, $) {
};

}(window, jQuery));

export default Casper;
2 changes: 1 addition & 1 deletion src/js/jquery.fitvids.js
Expand Up @@ -7,7 +7,7 @@
*
* Date: Thu Sept 01 18:00:00 2011 -0500
*/

/*globals jQuery */
(function( $ ){

'use strict';
Expand Down

0 comments on commit 095d2b7

Please sign in to comment.