Add 'spec' links

This commit is contained in:
Manish Goregaokar 2019-05-30 18:55:04 -07:00
parent d044a792f1
commit c2d4900c16
2 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,7 @@ impl XRTest {
}
impl XRTestMethods for XRTest {
/// https://github.com/immersive-web/webxr-test-api/blob/master/explainer.md
fn SimulateDeviceConnection(&self, init: &FakeXRDeviceInit) -> Rc<Promise> {
let p = Promise::new(&self.global());