Skip to content

Commit fe926e1

Browse files
committed
namespace fix for using with nodejs
1 parent 9d4c343 commit fe926e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/distribution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,4 +926,4 @@ jStat.extend({
926926
}
927927
});
928928

929-
})( this.jStat, this.Math);
929+
})( this.jStat, Math );

src/special.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,4 @@ jStat.extend({
470470
}
471471
});
472472

473-
})( this.jStat, this.Math );
473+
})( this.jStat, Math );

0 commit comments

Comments
 (0)