diff --git a/regl.d.ts b/regl.d.ts index 64925c85..24360261 100755 --- a/regl.d.ts +++ b/regl.d.ts @@ -136,11 +136,11 @@ declare namespace REGL { */ /* Retrieve the property `name` passed when the draw command is executed. */ - prop(name: Key): DynamicVariable; + prop(name: Key): DynamicVariable; /* Retrieve the context property `name` when the draw command is executed. */ - context(name: K): DynamicVariable; + context(name: K): DynamicVariable; /* Retrieve the property `name` of the object in whose context the draw command is executing. */ - this(name: Key): DynamicVariable; + this(name: Key): DynamicVariable; /* Drawing */