Skip to content

Commit

Permalink
Remove BluetoothGATTCharacteristic.instanceID, which I missed in c40ada3
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jyasskin committed May 21, 2015
1 parent 5333e71 commit a4527c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -1633,7 +1633,6 @@ <h2><a>BluetoothGATTCharacteristic</a></h2>
readonly attribute UUID uuid;
readonly attribute BluetoothGATTService service;
readonly attribute CharacteristicProperties properties;
readonly attribute DOMString instanceID;
readonly attribute ArrayBuffer? value;
Promise&lt;BluetoothGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor);
Promise&lt;sequence&lt;BluetoothGATTDescriptor>>
Expand Down

0 comments on commit a4527c9

Please sign in to comment.