mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 10:47:33 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
10
test/tiddlywiki.2.6.5/source/tiddlywiki/jquery/plugins/obsolete/jquery.tw.js
Executable file
10
test/tiddlywiki.2.6.5/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