Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 80bf255

Browse files
committed
traceur local var
1 parent d17c40a commit 80bf255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ function logloads(loads) {
10351035

10361036
// parse function is used to parse a load record
10371037
// Returns an array of ModuleSpecifiers
1038+
var traceur;
10381039
Loader.prototype.parse = function(load) {
10391040
if (!traceur) {
10401041
if (typeof window == 'undefined')

0 commit comments

Comments
 (0)