Start migration to Mootools 1.3.1

This commit is contained in:
Paulo Veiga
2011-07-26 15:07:53 -03:00
parent 8eb84ce7b3
commit 41c1f47227
55 changed files with 13636 additions and 10601 deletions

View File

@@ -17,27 +17,7 @@
*/
function afterCoreLoading()
{
// Uncomment for debug ...
$import("../js/mindplot.svg.js");
// $import("../js/mindplot.svg-min.js");
};
afterCoreLoading();
/*Extend mootools known keys*/
ExtendedKeys = {
'insert': 45,
'f2':113,
'ctrl-enter':17
};
$extend(Event.keys, ExtendedKeys);
$import("../js/mindplot.svg.js");
var designer = null;
/* JavaScript tabs changer */
@@ -684,4 +664,4 @@ function buildPanel(buttonElemId, elemLinksContainer, elemLinkIds, updateFunctio
var elementId = elemLinkIds[i];
$(elementId).addEvent('click', fontOnClick.bind($(elementId)));
}
}
}