Commit 6d54ebe4 authored by techird's avatar techird

expose getRenderContainer()

parent 6e79243c
......@@ -18,8 +18,8 @@ var KityMinder = km.KityMinder = kity.createClass( "KityMinder", {
this._rc.addShape( this._root.getRenderContainer() );
},
getDrawingArea: function () {
return this._paper;
getRenderContainer: function () {
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