TextEditor is positioned based on mootools functions.

This commit is contained in:
Paulo Veiga
2011-08-23 20:56:01 -03:00
parent fb39e32b33
commit 1f5dbfb5d2
6 changed files with 12 additions and 27 deletions

View File

@@ -89,7 +89,7 @@ mindplot.MainTopicBoard = new Class({
addBranch : function(topic) {
var order = topic.getOrder();
$assert(order, "Order must be defined");
$assert($defined(order), "Order must be defined");
// If the entry is not available, I must swap the the entries...
var board = this._getBoard();