[K/JS] Exclude componentN methods from JsExport
This commit is contained in:
@@ -9,8 +9,6 @@ module.exports = function() {
|
||||
"copy01": p.copy(undefined, 11).toString(),
|
||||
"copy10": p.copy(15).toString(),
|
||||
"copy11": p.copy(13, 11).toString(),
|
||||
"component1": p.component1(),
|
||||
"component2": p.component2()
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user