mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Updated TODOs
This commit is contained in:
@@ -116,7 +116,7 @@ func (d *Document) LayerSet(name string) *LayerSet {
|
||||
|
||||
// ActiveDocument returns document currently focused in Photoshop.
|
||||
//
|
||||
// TODO(sbrow): Reduce cylcomatic complexity
|
||||
// TODO(sbrow): Reduce cylcomatic complexity of ActiveDocument().
|
||||
func ActiveDocument() (*Document, error) {
|
||||
log.Println("Loading ActiveDoucment")
|
||||
d := &Document{}
|
||||
|
||||
Reference in New Issue
Block a user