Skip to content

Commit

Permalink
Remove root property from Paper interface
Browse files Browse the repository at this point in the history
root is only required with basic papers and other kinds but not all, example: Editor.Paper
  • Loading branch information
alshakh committed May 14, 2015
1 parent d9b068e commit b3556cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Core/src/Paper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Sanara.Core {
export interface Paper {
domElement : HTMLCanvasElement;
context : SanaraContext;
root : Fragment;
repaint(time:number) : void;
}
export class BasicPaper implements Paper {
Expand Down

0 comments on commit b3556cf

Please sign in to comment.