0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-06 23:00:08 -05:00
Squire/build/Squire-UI.js
2014-07-07 15:05:50 +10:00

9 lines
No EOL
212 B
JavaScript

(function() {
var drop;
drop = new Drop({
target: document.querySelector('#bold'),
content: 'Welcome to the future!',
position: 'bottom left',
openOn: 'click'
});
})();