Keep migration to jQuery ...

This commit is contained in:
Paulo Gustavo Veiga
2014-03-04 22:48:31 -03:00
parent 18d956fa08
commit f1fa99a85e
20 changed files with 196 additions and 252 deletions

View File

@@ -20,7 +20,7 @@ var designer = null;
function buildDesigner(options) {
var container = document.id(options.container);
var container = $("#"+options.container);
$assert(container, 'container could not be null');
// Register load events ...
@@ -219,4 +219,4 @@ editor = {};
//waitDialog.show();
// Loading libraries ...
Asset.javascript("js/mindplot-min.js");
jQuery.getScript("js/mindplot-min.js");