mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Improved comments
This commit is contained in:
parent
e1cba9f13b
commit
efbfeca200
@ -1,8 +1,8 @@
|
|||||||
/* Image and Animation import service supporting the import dialogs,
|
/* @file Image and Animation import service supporting the import dialog. */
|
||||||
* file dropper service, and headless import API. */
|
|
||||||
(function () {
|
(function () {
|
||||||
var ns = $.namespace('pskl.service');
|
var ns = $.namespace('pskl.service');
|
||||||
/**
|
/**
|
||||||
|
* Image an animation import service supporting the import dialog.
|
||||||
* @param {!PiskelController} piskelController
|
* @param {!PiskelController} piskelController
|
||||||
* @param {!PreviewController} previewController
|
* @param {!PreviewController} previewController
|
||||||
* @constructor
|
* @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 {!Image} image
|
||||||
* @param {!Object} options
|
* @param {!Object} options
|
||||||
* @param {!string} options.importType - 'single' if not spritesheet
|
* @param {!string} options.importType - 'single' if not spritesheet
|
||||||
|
Loading…
Reference in New Issue
Block a user