jquery.min.map cause 404 in jquery#1.10.2

jquery.min.map cause 404 in jquery#1.10.2

I'm using jquery#1.10.2 from bower, because jQuery mobile requests this version.
In the jquery.min.map, there is a  "sources":["jquery-1.10.2.js"], which is not exist in the dir, and it'll cause a 404 error in console of Chrome's developer tools.
Will you please change it to  "sources":["jquery.js"] to prevent this error?
Thanks!