Globalize parser: fix jscs reported issues

This commit is contained in:
Rob Garrison 2015-10-30 15:30:23 -05:00
parent cd45d21204
commit 028631a675

View File

@ -1,7 +1,7 @@
/*! Parser: jQuery Globalize - updated 10/26/2015 (v2.23.6) */ /*! Parser: jQuery Globalize - updated 10/26/2015 (v2.23.6) */
/* Extract localized data using jQuery's Globalize parsers; set /* Extract localized data using jQuery's Globalize parsers; set
Globalize.locale( 'xx' ) in the globalize settings */ Globalize.locale( 'xx' ) in the globalize settings */
/*jshint jquery:true */ /*jshint jquery:true, newcap: false */
/*global Globalize:false */ /*global Globalize:false */
;( function( $ ) { ;( function( $ ) {
'use strict'; 'use strict';