Correct comment.

This commit is contained in:
Jürg Lehni 2013-02-15 18:01:29 -08:00
parent d3ccec2256
commit 8f80fa16d2

View file

@ -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);
}
}