Merge branch '43016-27' of git://github.com/samhemelryk/moodle

This commit is contained in:
Dan Poltawski
2013-11-25 12:21:20 +08:00
4 changed files with 29 additions and 2 deletions
@@ -404,6 +404,15 @@ Y.extend(TREE, Y.Base, TREE.prototype, {
}
return val;
}
},
/**
* The navigation tree block instance.
*/
instance : {
value : false,
setter : function(val) {
return parseInt(val);
}
}
}
});
File diff suppressed because one or more lines are too long
@@ -403,6 +403,15 @@ Y.extend(TREE, Y.Base, TREE.prototype, {
}
return val;
}
},
/**
* The navigation tree block instance.
*/
instance : {
value : false,
setter : function(val) {
return parseInt(val);
}
}
}
});
+9
View File
@@ -402,6 +402,15 @@ Y.extend(TREE, Y.Base, TREE.prototype, {
}
return val;
}
},
/**
* The navigation tree block instance.
*/
instance : {
value : false,
setter : function(val) {
return parseInt(val);
}
}
}
});