{"version":3,"sources":["../../FootballJS/FootballLib/League.jsx"],"names":["League","_strLeagueCode","_strLeagueName","_strShortName","GetFlagPath","getConfig","cacheVersion"],"mappings":";;AAAA,IAAIA,SAAS,SAATA,MAAS,CAASC,cAAT,EAAyBC,cAAzB,EAAyCC,aAAzC,EAAwD;AACjE,SAAKF,cAAL,GAAsBA,cAAtB;AACA,SAAKC,cAAL,GAAsBA,cAAtB;AACA,SAAKC,aAAL,GAAqBA,aAArB;AACH,CAJD;;AAMAH,OAAOI,WAAP,GAAqB,UAASD,aAAT,EAAwB;AACzC,WAAOE,UAAU,gBAAV,IAA8B,OAA9B,GAAwCF,aAAxC,GAAwD,MAAxD,GAAiEG,YAAxE;AACH,CAFD;;AAIA","file":"League.js","sourcesContent":["var League = function(_strLeagueCode, _strLeagueName, _strShortName) {\r\n this._strLeagueCode = _strLeagueCode;\r\n this._strLeagueName = _strLeagueName;\r\n this._strShortName = _strShortName;\r\n};\r\n\r\nLeague.GetFlagPath = function(_strShortName) {\r\n return getConfig(\"nas_image_path\") + \"flag_\" + _strShortName + \".gif\" + cacheVersion;\r\n};\r\n\r\n//# sourceURL=/football/lib/League.js"]}