@@ -1,3 +1,5 @@
export class WebGLShader {
- constructor( gl: any, type: string, string: string );
+
+ constructor( gl: any, type: string, string: string );
}