Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jul 12, 2017
1 parent 61c5493 commit b349cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/frontend/web/js/campaigncatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define([
'jquery',
'mage/cookies'
],
function($){
function($) {
"use strict";

$.widget('mage.campaigncatcher', {
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/mailchimpjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require(["jquery"], function($){
require(["jquery"], function($) {
$.ajax({
url: 'mailchimp/script/get',
type: 'POST',
Expand Down

0 comments on commit b349cb9

Please sign in to comment.