1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: jquery-tiny-pubsub v0.7.0 (#502)

This commit is contained in:
nobody
2021-06-08 08:01:53 +02:00
parent e04838d9cf
commit 880d4a0bc7
6 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/*! Tiny Pub/Sub - v0.7.0 - 2013-01-29
* https://github.com/cowboy/jquery-tiny-pubsub
* Copyright (c) 2013 "Cowboy" Ben Alman; Licensed MIT */
(function(n){var u=n({});n.subscribe=function(){u.on.apply(u,arguments)},n.unsubscribe=function(){u.off.apply(u,arguments)},n.publish=function(){u.trigger.apply(u,arguments)}})(jQuery);