UNPKG

jquery-crate

Version:

Cratify tool that turns a division into a distributed and decentralized collaborative editor

10 lines (6 loc) 165 B
function Preview(container){ this.div = jQuery('<div>').appendTo(container) .css('min-height', '400px') .hide(); }; module.exports = Preview;