pick webcomponents-lite
This commit is contained in:
parent
be886982a2
commit
0eddf1317c
4 changed files with 11 additions and 5 deletions
|
@ -78,6 +78,12 @@ _define("sortable", function() {
|
|||
return sortable;
|
||||
});
|
||||
|
||||
// webcomponents
|
||||
var webcomponents = require("webcomponents.js/webcomponents-lite");
|
||||
_define("webcomponents", function() {
|
||||
return webcomponents
|
||||
});
|
||||
|
||||
// libjass
|
||||
var libjass = require("libjass");
|
||||
require("libjass/libjass.css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue