add unsupported property on unsupported capabilties.
This commit is contained in:
parent
5f9df53708
commit
c9dc4f2d98
|
@ -961,6 +961,8 @@ function noop() {
|
|||
return '';
|
||||
}
|
||||
|
||||
noop.unsupported = true;
|
||||
|
||||
function merge(a, b) {
|
||||
Object.keys(b).forEach(function(key) {
|
||||
a[key] = b[key];
|
||||
|
|
Loading…
Reference in New Issue