mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-06 22:20:02 +00:00
![Jeremy Ruston](/assets/img/avatar_default.png)
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
11 lines
128 B
JavaScript
Executable File
11 lines
128 B
JavaScript
Executable File
/*
|
|
jquery.tw.js
|
|
addition of tw 'namespace'
|
|
*/
|
|
(function($) {
|
|
if(!$.tw) {
|
|
$.tw = {};
|
|
$.tw.extend = $.extend;
|
|
}
|
|
})(jQuery);
|