Skip to content

Commit

Permalink
Fixed JSHint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Apr 24, 2013
1 parent 1eab6ac commit fe6a153
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demos/js/settings-mobile-view-fixed-header.js
Expand Up @@ -21,9 +21,9 @@ Global overrides for individual components
// Share widget
var wet_boew_share = {
sites : ['del.icio.us', 'digg', 'facebook', 'google', 'linkedin', 'reddit', 'stumbleupon', 'twitter', 'yahoobuzz']
}
};

// Mobile view
var wet_boew_mobile_view = {
header_fixed : true
}
};
2 changes: 1 addition & 1 deletion src/js/settings.js
Expand Up @@ -21,4 +21,4 @@ Global overrides for individual components
// Share widget
var wet_boew_share = {
sites : ['del.icio.us', 'digg', 'facebook', 'google', 'linkedin', 'reddit', 'stumbleupon', 'twitter', 'yahoobuzz']
}
};
2 changes: 1 addition & 1 deletion src/theme-base/js/theme.js
Expand Up @@ -9,7 +9,7 @@
/*
* Base theme scripting
*/
/*global jQuery: false, pe: false, window: false, document: false*/
/*global jQuery: false, pe: false, window: false, document: false, wet_boew_mobile_view: false*/
(function ($) {
"use strict";
var wet_boew_theme, _wet_boew_theme;
Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-fegc/js/theme.js
Expand Up @@ -9,7 +9,7 @@
/*
* GC Web Usability theme scripting
*/
/*global jQuery: false, pe: false, window: false, document: false*/
/*global jQuery: false, pe: false, window: false, document: false, wet_boew_mobile_view: false*/
(function ($) {
"use strict";
var wet_boew_theme, _wet_boew_theme;
Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-intranet/js/theme.js
Expand Up @@ -9,7 +9,7 @@
/*
* GC Web Usability Intranet theme scripting
*/
/*global jQuery: false, pe: false, window: false, document: false*/
/*global jQuery: false, pe: false, window: false, document: false, wet_boew_mobile_view: false*/
(function ($) {
"use strict";
var wet_boew_theme, _wet_boew_theme;
Expand Down

0 comments on commit fe6a153

Please sign in to comment.