Fix #13983. Switch to //# for sourcemaps.

Normally we'd avoid doing this on a patch release, but Chrome Canary is
spewing deprecation warnings already and that's generating bug tickets.
(cherry picked from commit d53ddc90c1)
This commit is contained in:
Dave Methvin
2013-07-02 09:48:40 -04:00
parent 48a948f4c0
commit cfa00353e6
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ module.exports = function( grunt ) {
"/*! jQuery v<%= pkg.version %> | " +
"(c) 2005, 2013 jQuery Foundation, Inc. | " +
"jquery.org/license\n" +
"//@ sourceMappingURL=jquery.min.map\n" +
"//# sourceMappingURL=jquery.min.map\n" +
"*/\n"
}
}