Files
Ruud 8682be33fb Settings
Movie List
Directory selection
2011-02-21 22:42:24 +01:00

11 lines
137 B
JavaScript

Block.Footer = new Class({
Extends: BlockBase,
create: function(){
var self = this;
self.el = new Element('div.footer');
}
});