var root = this; var carouselItems = []; createjs.Touch.enable(stage); $.ajax({ type: 'GET', url: 'data/carousel.json', dataType: 'json', success: function (json) { carouselItems = json; console.log(carouselItems); }, error: function() { console.log("error"); } });