UNPKG

outlayer

Version:

the brains and guts of a layout library

10 lines (7 loc) 153 B
( function() { window.gimmeAnItemElement = function() { var elem = document.createElement('div'); elem.className = 'item'; return elem; }; })();