Vyzkoušejte také
Zkracovač URL adres (ShortURL)
(function (app, window, document, undefined) { (function () { var id = this.addRecept({ title: 'omeleta', ingredients: ['eggs'] }); this.log(this.getRecenpt(id)); //run }.apply(new app.Cookbook({debug: true}))); //wrap app }.call(this.App = this.App || {}, this.App, window, document));