mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Correct comment.
This commit is contained in:
parent
d3ccec2256
commit
8f80fa16d2
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
|
|||
element = document.getElementById(element);
|
||||
/*#*/ } // options.browser
|
||||
// Factory to provide the right View subclass for a given element.
|
||||
// Produces only Canvas-Views for now:
|
||||
// Produces only CanvasViews for now:
|
||||
return new CanvasView(element);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue