8682be33fb
Movie List Directory selection
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
Block.Footer = new Class({
|
|
|
|
Extends: BlockBase,
|
|
|
|
create: function(){
|
|
var self = this;
|
|
|
|
self.el = new Element('div.footer');
|
|
}
|
|
|
|
}); |