Doc: Improve View#initialize(canvas).

This commit is contained in:
Jürg Lehni 2011-08-01 16:21:00 +01:00
parent 9195f026d7
commit 828c3ae369

View file

@ -26,7 +26,8 @@
var View = this.View = Base.extend(/** @lends View# */{
/**
* Creates a view object
* @param {Canvas} canvas
* @param {HTMLCanvasElement|String} canvas The canvas object that this
* view should wrap, or the String id that represents it
*/
initialize: function(canvas) {
// Associate this view with the active paper scope.