File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 */
66
77// Module systems magic dance
8- ; ( function ( definition ) {
8+ ; ( function ( root , definition ) {
99 // Don't turn on strict mode for this function, so it can assign to global
1010 var self ;
1111
2121 // <script>
2222 } else {
2323 // Create global
24- XRegExp = definition ( ) ;
24+ root . XRegExp = definition ( ) ;
2525 }
26- } ( function ( ) {
26+ } ( this , function ( ) {
Original file line number Diff line number Diff line change 55 */
66
77// Module systems magic dance
8- ; ( function ( definition ) {
8+ ; ( function ( root , definition ) {
99 // Don't turn on strict mode for this function, so it can assign to global
1010 var self ;
1111
2121 // <script>
2222 } else {
2323 // Create global
24- XRegExp = definition ( ) ;
24+ root . XRegExp = definition ( ) ;
2525 }
26- } ( function ( ) {
26+ } ( this , function ( ) {
2727
2828/*!
2929 * XRegExp 3.0.0-pre
You can’t perform that action at this time.
0 commit comments