mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 22:14:35 +00:00
Move the editions into a subfolder
This commit is contained in:
10
editions/tw2/source/tiddlywiki/jquery/plugins/obsolete/jquery.tw.js
Executable file
10
editions/tw2/source/tiddlywiki/jquery/plugins/obsolete/jquery.tw.js
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
jquery.tw.js
|
||||
addition of tw 'namespace'
|
||||
*/
|
||||
(function($) {
|
||||
if(!$.tw) {
|
||||
$.tw = {};
|
||||
$.tw.extend = $.extend;
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user