| Current Path : /home/lejardintz/www/media/com_komento/scripts/ |
| Current File : /home/lejardintz/www/media/com_komento/scripts/komento.admincomments.js |
Komento.module('komento.admincomments', function($) {
var module = this;
Komento.require()
.library(
'dialog'
)
.done(function() {
Komento.Controller('AdminComments',
{
defaults: {
}
},
function(self)
{ return {
init: function()
{
}
} });
module.resolve();
});
});