@@ -844,7 +844,7 @@ var mcode = function(ast) {
if (scope == null) {
return null
}
var keys = array(scope)
var keys = sort(array(scope))
var _i = 0
var name = null
var v = null
The note is not visible to the blocked user.