Improved comments

This commit is contained in:
Brad Buchanan 2016-06-16 18:12:13 -07:00
parent e1cba9f13b
commit efbfeca200

View File

@ -1,8 +1,8 @@
/* Image and Animation import service supporting the import dialogs,
* file dropper service, and headless import API. */
/* @file Image and Animation import service supporting the import dialog. */
(function () {
var ns = $.namespace('pskl.service');
/**
* Image an animation import service supporting the import dialog.
* @param {!PiskelController} piskelController
* @param {!PreviewController} previewController
* @constructor
@ -14,6 +14,8 @@
};
/**
* Given an image object and some options, create a new Piskel and open it
* for editing.
* @param {!Image} image
* @param {!Object} options
* @param {!string} options.importType - 'single' if not spritesheet