/** Dummy Module
 *
 * @author --Your Name-- <your-email-address>
 * @license uupaa.js is licensed under the terms and conditions of the MIT licence.
 * @see <a href="http://code.google.com/p/uupaa-js/">Home(Google Code)</a>
 * @see <a href="http://uupaa-js.googlecode.com/svn/trunk/README.htm">README</a>
 */
(function() { var /* uud = document, */ uuw = window, uu = uuw.uu;

/** Dummy
 *
 * モジュールのスケルトンです。
 * このファイルはモジュール作者向けです。
 *
 * @class
 */
uu.module.dummy = {};

})(); // end (function())()
