Parser: Fix jsHint issue

This commit is contained in:
Rob Garrison 2016-08-21 09:50:50 -05:00
parent 80bc854e68
commit e95d4d63c7
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1

View File

@ -1,6 +1,7 @@
/*! Parser: dates - updated 10/26/2014 (v2.18.0) */
/* Extract dates using popular natural language date parsers */
/*jshint jquery:true */
/*global Sugar*/
;(function($){
'use strict';