Commit 6d54ebe4 authored by techird's avatar techird

expose getRenderContainer()

parent 6e79243c
...@@ -18,8 +18,8 @@ var KityMinder = km.KityMinder = kity.createClass( "KityMinder", { ...@@ -18,8 +18,8 @@ var KityMinder = km.KityMinder = kity.createClass( "KityMinder", {
this._rc.addShape( this._root.getRenderContainer() ); this._rc.addShape( this._root.getRenderContainer() );
}, },
getDrawingArea: function () { getRenderContainer: function () {
return this._paper; return this._rc;
} }
} ); } );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment