Simple fix for this:
This error can be ‘fixed’ by removing the comment on line 2 of the jquery. Change the following:
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
@ sourceMappingURL=jquery-1.10.2.min.map
*/
to:
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */
See my response on here as well: https://bugs.jquery.com/ticket/14225#comment:2