1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +03:00
ifhub.club/application/frontend/components/user/js/user.js
2015-10-27 16:02:57 +07:00

21 lines
432 B
JavaScript

/**
* Управление пользователями
*
* @module ls/user
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
var ls = ls || {};
ls.user = (function ($) {
"use strict";
this.init = function () {
return;
};
return this;
}).call(ls.user || {}, jQuery);