Update split.js

This commit is contained in:
anapnoe
2024-09-20 11:45:42 +03:00
parent bfebfc9774
commit 704b3a43ac
@@ -1,7 +1,9 @@
/*! Split.js - v1.6.5 */
(function(global, factory) {
/* eslint-disable no-undef */
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
/* eslint-disable no-undef */
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Split = factory());
}(this, (function() {