Fix color pallete.

This commit is contained in:
Paulo Veiga
2011-10-02 19:16:13 -03:00
parent c1d3902b72
commit 0f990f1c63
9 changed files with 43 additions and 6295 deletions

View File

@@ -20,8 +20,7 @@ mindplot.widget.Menu = new Class({
initialize : function(designer, containerId, readOnly) {
$assert(designer, "designer can not be null");
$assert(containerId, "containerId can not be null");
// @Todo: Remove hardcode ...
var baseUrl = "/mindplot/src/main/javascript/widget";
var baseUrl = "../css/widget";
// Init variables ...
this._designer = designer;