fixes issue #621 SourceMap toString JSON format
authorBryce Cronkite-Ratcliff <brycecr@Bryces-MacBook-Pro.local>
Sat, 24 Jan 2015 08:24:08 +0000 (00:24 -0800)
committerBryce Cronkite-Ratcliff <brycecr@Bryces-MacBook-Pro.local>
Sat, 24 Jan 2015 08:33:02 +0000 (00:33 -0800)
commit5c02d65ddb8d315d53a4356c038b461ddb1cb029
tree4d63054f6e282ba723e9ef30eb22c2af6246448d
parentd36067cd35fbe35fa35ab2e8a250835a2f7ff5a2
fixes issue #621 SourceMap toString JSON format

The correct format of a sourcemap is acquired
from a mozilla source map generator by calling
toJSON on this object. This patch alters the
toString function on mozilla generators to print
the format that is to spec instead of the generator's
internal representation of itself.
lib/sourcemap.js