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;
1717 } ) ( ) ;
1818 Westeros . TournamentBuilder = TournamentBuilder ;
1919
20- var LanisterTournamentBuilder = ( function ( ) {
21- function LanisterTournamentBuilder ( ) {
20+ var LannisterTournamentBuilder = ( function ( ) {
21+ function LannisterTournamentBuilder ( ) {
2222 }
23- LanisterTournamentBuilder . prototype . build = function ( ) {
23+ LannisterTournamentBuilder . prototype . build = function ( ) {
2424 var tournament = new Tournament ( ) ;
2525 tournament . events . push ( new Event ( "Joust" ) ) ;
2626 tournament . events . push ( new Event ( "Melee" ) ) ;
@@ -32,9 +32,9 @@ var Westeros;
3232
3333 return tournament ;
3434 } ;
35- return LanisterTournamentBuilder ;
35+ return LannisterTournamentBuilder ;
3636 } ) ( ) ;
37- Westeros . LanisterTournamentBuilder = LanisterTournamentBuilder ;
37+ Westeros . LannisterTournamentBuilder = LannisterTournamentBuilder ;
3838
3939 var BaratheonTournamentBuilder = ( function ( ) {
4040 function BaratheonTournamentBuilder ( ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module Westeros
1717 }
1818 }
1919
20- export class LanisterTournamentBuilder {
20+ export class LannisterTournamentBuilder {
2121 public build ( ) {
2222
2323 var tournament = new Tournament ( ) ;
You can’t perform that action at this time.
0 commit comments