/*
* @title @require + @javascript_url
* @description test LOADER and Packed code
* @include http://*
* @contributor noromanba
* @license MIT License http://opensource.org/licenses/MIT
* @require https://code.jquery.com/jquery-2.0.3.min.js
* @javascript_url
*/
// c.f. http://space.hatena.ne.jp/~/14217943783080792432/14217943783080792434/38
(function () {
console.log('*jQuery', jQuery.fn.jquery, 'loaded');
})();