Merge branch '43016-27' of git://github.com/samhemelryk/moodle
This commit is contained in:
+9
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
blocks/navigation/yui/build/moodle-block_navigation-navigation/moodle-block_navigation-navigation.js
Vendored
+9
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user