Fix / remove some comments.

This commit is contained in:
Jürg Lehni 2011-05-26 12:04:47 +01:00
parent baf519a841
commit ddf3670952
3 changed files with 3 additions and 5 deletions

View file

@ -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']);

View file

@ -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,

View file

@ -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
/**