mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
Update split.js
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user