Skip to content

Commit

Permalink
squash! Go "modular" (in a monolithic way)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Jul 25, 2023
1 parent f399ed4 commit 7319490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export var VERSION = '1.4.1';

// For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns
// the `$` variable.
export $;
export { $ };

// Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option
// will fake `"PATCH"`, `"PUT"` and `"DELETE"` requests via the `_method`
Expand Down

0 comments on commit 7319490

Please sign in to comment.