// Class for the Facebook Like button
var fbooklikebutton = $.inherit(Module, {
    __constructor: function(div) {
        this.__base(div);
        this.type = "fbooklikebutton";
        this.isResizing = true;
        this.isFloat = true;
        this.keepAspectRatio = false;
    }
});

