1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-06 14:10:02 +00:00
2012-11-16 21:20:27 +00:00

11 lines
128 B
JavaScript
Executable File

/*
jquery.tw.js
addition of tw 'namespace'
*/
(function($) {
if(!$.tw) {
$.tw = {};
$.tw.extend = $.extend;
}
})(jQuery);