backoffice/node_modules/domhelper/client/test/scripts/test_backgrounds.js

12 lines
219 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
'use strict';
// console.log("example test wepps!!s");
var linotype = require('../../../index');
window.onload =function(){
window.Linotype = new linotype({
verticalCentered: false
});
window.Linotype.init();
};