File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ class Scoord3D {
1313 constructor ( ) { }
1414
1515 get graphicData ( ) {
16- throw new Error ( 'Propotype property "graphicData" must be implemented.' )
16+ throw new Error ( 'Prototype property "graphicData" must be implemented.' )
1717 }
1818
1919 get graphicType ( ) {
20- throw new Error ( 'Propotype property "graphicType" must be implemented.' )
20+ throw new Error ( 'Prototype property "graphicType" must be implemented.' )
2121 }
2222
2323 get referencedFrameOfReferenceUID ( ) {
24- throw new Error ( 'Propotype property "referencedFrameOfReferenceUID" must be implemented.' )
24+ throw new Error ( 'Prototype property "referencedFrameOfReferenceUID" must be implemented.' )
2525 }
2626
2727 get fiducialUID ( ) {
28- throw new Error ( 'Propotype property "fiducialUID" must be implemented.' )
28+ throw new Error ( 'Prototype property "fiducialUID" must be implemented.' )
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments