Remove an owner

This commit is contained in:
yflory
2019-08-28 16:27:18 +02:00
parent f6762f7c01
commit 2a91643d59
5 changed files with 159 additions and 65 deletions

View File

@@ -765,6 +765,9 @@ define([
postMessage("GIVE_PAD_ACCESS", data, cb);
};
common.setPadMetadata = function (data, cb) {
postMessage('SET_PAD_METADATA', data, cb);
};
common.getPadMetadata = function (data, cb) {
postMessage('GET_PAD_METADATA', data, cb);
};