summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemaps-reload-compressed/v2/new-original.js
blob: 4b67c21be1825e500cbd97c9937d1312506f48a1 (plain)
1
2
3
4
5
6
// Pad the name with "_" in order to match the same length as v1/removed-original.js
// and set the column breakpoints on the same column!
window.____newOriginal = function ____newOriginal() {
  console.log("New original");
}
window.____newOriginal();