Fixed some JS things [skip ci]

This commit is contained in:
James Cole 2015-05-26 07:50:38 +02:00
parent 89518b412d
commit c3c59d0627
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* global $ */ /* global $, googleLineChart, accountID, token */
// Return a helper with preserved width of cells // Return a helper with preserved width of cells

View File

@ -1,4 +1,4 @@
/* globals $, budgeted:false, currencySymbol, budgetIncomeTotal ,budgetedMuch, budgetedPercentage, token, budgetID, repetitionID, spent, budgeted*/ /* globals $, budgeted:true, currencySymbol, budgetIncomeTotal ,budgetedMuch, budgetedPercentage, token, budgetID, repetitionID, spent, googleLineChart */
function drawSpentBar() { function drawSpentBar() {
"use strict"; "use strict";

View File

@ -1,4 +1,4 @@
/* globals $, categoryID */ /* globals $, categoryID, googleColumnChart */
$(function () { $(function () {
"use strict"; "use strict";
if (typeof categoryID !== 'undefined') { if (typeof categoryID !== 'undefined') {

View File

@ -1,4 +1,4 @@
/* globals start, end, dateRangeURL, everything, firstDate, moment, currentMonthName, $, previousMonthName, nextMonthName, applyLabel, cancelLabel, toLabel, customRangeLabel, fromLabel, */ /* globals token, start, end, dateRangeURL, everything, firstDate, moment, currentMonthName, $, previousMonthName, nextMonthName, applyLabel, cancelLabel, toLabel, customRangeLabel, fromLabel, */
$(function () { $(function () {
"use strict"; "use strict";
$('.currencySelect').click(currencySelect); $('.currencySelect').click(currencySelect);

View File

@ -1,4 +1,4 @@
/* globals google */ /* globals $, googleColumnChart, google, googleLineChart, googlePieChart, googleStackedColumnChart */
google.setOnLoadCallback(drawChart); google.setOnLoadCallback(drawChart);

View File

@ -1,4 +1,4 @@
/* globals $, googleLineChart, token */ /* globals $, googleLineChart, token, piggyBankID */
// Return a helper with preserved width of cells // Return a helper with preserved width of cells
var fixHelper = function (e, tr) { var fixHelper = function (e, tr) {

View File

@ -1,4 +1,4 @@
/* globals expenseRestShow:true, incomeRestShow:true, year, shared, month, hideTheRest, showTheRest, showTheRestExpense, hideTheRestExpense, googleColumnChart, googleLineChart, googleStackedColumnChartg */ /* globals google, expenseRestShow:true, incomeRestShow:true, year, shared, month, hideTheRest, showTheRest, showTheRestExpense, hideTheRestExpense, googleColumnChart, googleLineChart, googleStackedColumnChart */
if (typeof(google) !== 'undefined') { if (typeof(google) !== 'undefined') {
google.setOnLoadCallback(drawChart); google.setOnLoadCallback(drawChart);
} }

View File

@ -1,4 +1,4 @@
/* globals zoomLevel, token, google, latitude, longitude */ /* globals zoomLevel, token, google, latitude, longitude, doPlaceMarker */
$(function () { $(function () {
"use strict"; "use strict";
/* /*