Skip to content

Commit

Permalink
Update spin.js to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ullgren committed Jul 11, 2024
1 parent d1e9dd2 commit 6e6e18a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.Spin = {}));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Spin = {}));
}(this, (function (exports) { 'use strict';

var __assign = (undefined && undefined.__assign) || function () {
Expand Down

0 comments on commit 6e6e18a

Please sign in to comment.