| Index: sky/specs/dom.md
|
| diff --git a/sky/specs/dom.md b/sky/specs/dom.md
|
| index 103959cfb6ba334ec2013f62d7127f4f01271023..9a741292eb57c31aaf081bc10a4433b9a1c9e1a8 100644
|
| --- a/sky/specs/dom.md
|
| +++ b/sky/specs/dom.md
|
| @@ -126,12 +126,10 @@ class Document : TreeScope {
|
| }
|
|
|
| class ApplicationDocument : Document {
|
| - constructor (GestureManager gestureManager, ChildArguments... nodes); // O(N) in number of /nodes/ arguments plus all their descendants
|
| + constructor (ChildArguments... nodes); // O(N) in number of /nodes/ arguments plus all their descendants
|
|
|
| virtual LayoutManagerConstructor getLayoutManager(); // O(1)
|
| // returns sky.rootLayoutManager;
|
| -
|
| - readonly attribute GestureManager gestureManager;
|
| }
|
|
|
| attribute LayoutManagerConstructor rootLayoutManager; // O(1)
|
|
|