Skip to content

Commit 1489c19

Browse files
Bradley MartinBradley Martin
authored andcommitted
clean up
1 parent 26b024d commit 1489c19

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

drawingpad.d.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,4 @@ declare module "nativescript-drawingpad" {
4444
clearDrawing: Function;
4545
}
4646

47-
// /**
48-
// * Provides common options for creating a drawing pad
49-
// */
50-
// export interface Options extends view.Options {
51-
52-
// /**
53-
// * Gets or set the stroke color attribute
54-
// */
55-
// penColor: string;
56-
57-
// /**
58-
// * Gets or set the stroke width attribute
59-
// */
60-
// penWidth: number;
61-
62-
// }
63-
6447
}

0 commit comments

Comments
 (0)