Updated TODOs

This commit is contained in:
Spencer
2018-07-10 16:46:51 -04:00
parent 4294932b1f
commit f239907bb2
3 changed files with 6 additions and 8 deletions

View File

@@ -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{}