Skip to content

Commit

Permalink
Merge pull request #291 from alphagov/consistent-dollar-jquery-assign…
Browse files Browse the repository at this point in the history
…ments

Add assignment of jQuery explicitly so it's consistent with other modules
  • Loading branch information
robinwhittleton authored Jul 5, 2016
2 parents d018082 + bf5fc2c commit 54b96ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions javascripts/govuk/analytics/download-link-tracker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function(global) {
"use strict";

var $ = global.jQuery;
var GOVUK = global.GOVUK || {};

GOVUK.analyticsPlugins = GOVUK.analyticsPlugins || {};
Expand Down
1 change: 1 addition & 0 deletions javascripts/govuk/analytics/external-link-tracker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function(global) {
"use strict";

var $ = global.jQuery;
var GOVUK = global.GOVUK || {};

GOVUK.analyticsPlugins = GOVUK.analyticsPlugins || {};
Expand Down
1 change: 1 addition & 0 deletions javascripts/govuk/analytics/mailto-link-tracker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function(global) {
"use strict";

var $ = global.jQuery;
var GOVUK = global.GOVUK || {};

GOVUK.analyticsPlugins = GOVUK.analyticsPlugins || {};
Expand Down

0 comments on commit 54b96ab

Please sign in to comment.