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

missing test file

parent 50df8ffe
No related branches found
No related tags found
1 merge request!125Resolve "plugin API"
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