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 @@
/* 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 () {
"use strict";
$('.currencySelect').click(currencySelect);