You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
416 B

package com.fr.plugin.third.party.jsdbagdb.web;
import com.fr.web.struct.Component;
import com.fr.web.struct.category.ScriptPath;
public class WebComponent extends Component {
public static final WebComponent KEY = new WebComponent();
private WebComponent() {
}
@Override
public ScriptPath script() {
return ScriptPath.build("com/fr/plugin/third/party/jsdbagdb/web/web.js");
}
}