mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Fix / remove some comments.
This commit is contained in:
parent
baf519a841
commit
ddf3670952
3 changed files with 3 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
var Gradient = this.Gradient = Base.extend({
|
||||
beans: true,
|
||||
|
||||
// TODO: should type here be called 'radial' and have it
|
||||
// TODO: Should type here be called 'radial' and have it
|
||||
// receive a boolean value?
|
||||
initialize: function(stops, type) {
|
||||
this.setStops(stops || ['white', 'black']);
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
// TODO: support midPoint? (initial tests didn't look nice)
|
||||
// TODO: Support midPoint? (initial tests didn't look nice)
|
||||
var GradientStop = this.GradientStop = Base.extend({
|
||||
beans: true,
|
||||
|
||||
|
|
|
@ -218,8 +218,6 @@ var Item = this.Item = Base.extend({
|
|||
}
|
||||
} else {
|
||||
if ((selected = !!selected) != this._selected) {
|
||||
// TODO: when an item is removed or moved to another
|
||||
// project, it needs to be removed from _selectedItems
|
||||
this._selected = selected;
|
||||
this._project._selectItem(this, selected);
|
||||
}
|
||||
|
@ -305,7 +303,7 @@ var Item = this.Item = Base.extend({
|
|||
|
||||
// TODO: get/setIsolated (print specific feature)
|
||||
// TODO: get/setKnockout (print specific feature)
|
||||
// TODO get/setAlphaIsShape
|
||||
// TODO: get/setAlphaIsShape
|
||||
// TODO: get/setData
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue