diff --git a/src/pixi/loaders/AtlasLoader.js b/src/pixi/loaders/AtlasLoader.js index 3b74ecd..9838b42 100644 --- a/src/pixi/loaders/AtlasLoader.js +++ b/src/pixi/loaders/AtlasLoader.js @@ -6,7 +6,7 @@ * The atlas file loader is used to load in Atlas data and parsing it * When loaded this class will dispatch a "loaded" event * If load failed this class will dispatch a "error" event - * @class JsonLoader + * @class AtlasLoader * @extends EventTarget * @constructor * @param {String} url the url of the JSON file @@ -164,4 +164,4 @@ type: "error", content: this }); -}; \ No newline at end of file +};