File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ var Westeros;
17
17
} ) ( ) ;
18
18
Westeros . TournamentBuilder = TournamentBuilder ;
19
19
20
- var LanisterTournamentBuilder = ( function ( ) {
21
- function LanisterTournamentBuilder ( ) {
20
+ var LannisterTournamentBuilder = ( function ( ) {
21
+ function LannisterTournamentBuilder ( ) {
22
22
}
23
- LanisterTournamentBuilder . prototype . build = function ( ) {
23
+ LannisterTournamentBuilder . prototype . build = function ( ) {
24
24
var tournament = new Tournament ( ) ;
25
25
tournament . events . push ( new Event ( "Joust" ) ) ;
26
26
tournament . events . push ( new Event ( "Melee" ) ) ;
@@ -32,9 +32,9 @@ var Westeros;
32
32
33
33
return tournament ;
34
34
} ;
35
- return LanisterTournamentBuilder ;
35
+ return LannisterTournamentBuilder ;
36
36
} ) ( ) ;
37
- Westeros . LanisterTournamentBuilder = LanisterTournamentBuilder ;
37
+ Westeros . LannisterTournamentBuilder = LannisterTournamentBuilder ;
38
38
39
39
var BaratheonTournamentBuilder = ( function ( ) {
40
40
function BaratheonTournamentBuilder ( ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module Westeros
17
17
}
18
18
}
19
19
20
- export class LanisterTournamentBuilder {
20
+ export class LannisterTournamentBuilder {
21
21
public build ( ) {
22
22
23
23
var tournament = new Tournament ( ) ;
You can’t perform that action at this time.
0 commit comments