Skip to content
Snippets Groups Projects
Commit e55b78b8 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

empty test plugin removed from deployment

parent 8fdc49a1
No related branches found
No related tags found
1 merge request!140Plugin framework fixes
define(function () {
return {
register: function (object) {
console.log("registering test plugin");
},
unregister: function () {
console.log("unregistering test plugin");
},
getName: function () {
return "test plugin";
},
getVersion: function () {
return "0.0.1";
}
};
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment