This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Journey rid="201705238045279" uid="P45279" trainId="1U25" ssd="2017-05-23" toc="LM" trainCat="XX"> | |
| <OR tpl="EUSTON" act="TB" ptd="07:46" wtd="07:46" /> | |
| <PP tpl="CMDNSTH" wtp="07:48:30" /> | |
| <PP tpl="CMDNJN" wtp="07:49" /> | |
| ... | |
| <PP tpl="TRING" plat="1" wtp="08:06:30" /> | |
| <PP tpl="LEDBRNJ" wtp="08:09:30" /> | |
| <PP tpl="BLTCHLY" plat="1" wtp="08:15" /> | |
| <IP tpl="MKNSCEN" act="T " plat="6" pta="08:18" ptd="08:19" wta="08:18" wtd="08:19" /> | |
| <PP tpl="HANSLPJ" wtp="08:24:30" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| // Zapisujemy globalny obiekt `window` | |
| var root = this; | |
| // Definiujemy nadrzędny namespace `Futbolowo`, przypisany do `window` | |
| var Futbolowo = root.Futbolowo = {}; | |
| // Referencja do globalnego obiektu `jQuery` | |
| Futbolowo.$ = root.jQuery; | |
| // Referencja do underscore.js | |
| var _ = root._; |