Skip to content

Commit 13a2b96

Browse files
committed
updates
1 parent a6d69f7 commit 13a2b96

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Website : https://sbcode.net/typescript
55
Paperback : ASIN B0948BCH24 : https://www.amazon.com/dp/B0948BCH24
66
eBook : ASIN B094716FD6 : https://www.amazon.com/dp/B094716FD6
77
Udemy : https://www.udemy.com/course/design-patterns-typescript/?referralCode=6384C079FB0A503DB9D9
8-
YouTube Membership : https://www.youtube.com/channel/UCmUILI2AWt2MSUgPlZwFdOg/join
8+
YouTube Playlist : https://www.youtube.com/playlist?list=PLKWUX7aMnlELvv8bXquIgxXYyHH5SFlaP
99

1010
Copyright (c) 2019-2021, Sean Bradley
1111
All rights reserved.

src/factory/chair.ts

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ export default class Chair implements IChair {
1414
width = 0
1515
depth = 0
1616

17-
createObject(): IChair {
18-
return this
19-
}
20-
2117
getDimensions(): dimension {
2218
return {
2319
width: this.width,

0 commit comments

Comments
 (0)