Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 23, 2015
1 parent 9799b57 commit c79f772
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export abstract class DerivedFrameEditorInput extends IFrameEditorInput {

public abstract createNew(resource: URI): DerivedFrameEditorInput;

/**
* This is the resource that this input is derived from.
*/
public getResource(): URI {
return this.resource;
}
Expand Down

0 comments on commit c79f772

Please sign in to comment.