File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
} ) ;
41
41
} else if ( typeof module === 'object' && module . exports ) {
42
42
// Node. Does not work with strict CommonJS, but
43
- // only CommonJS-like enviroments that support module.exports,
43
+ // only CommonJS-like environments that support module.exports,
44
44
// like Node.
45
45
module . exports = factory ( require ( 'b' ) ) ;
46
46
} else {
Original file line number Diff line number Diff line change 65
65
} ) ;
66
66
} else if ( typeof module === 'object' && module . exports ) {
67
67
// Node. Does not work with strict CommonJS, but
68
- // only CommonJS-like enviroments that support module.exports,
68
+ // only CommonJS-like environments that support module.exports,
69
69
// like Node.
70
70
module . exports = factory ( require ( 'b' ) ) ;
71
71
} else {
You can’t perform that action at this time.
0 commit comments