fix indenting etc
This commit is contained in:
parent
1e830e8439
commit
8542caec04
@ -11,7 +11,7 @@ import {
|
||||
var superadmins = [
|
||||
"ybq987@gmail.com",
|
||||
"ksjdragon@gmail.com",
|
||||
"aravagarwal3073@gmail.com"
|
||||
//"aravagarwal3073@gmail.com"
|
||||
];
|
||||
|
||||
var worktype = ["test", "quiz", "project", "normal", "other"];
|
||||
@ -508,7 +508,9 @@ Meteor.methods({
|
||||
profile: current
|
||||
}
|
||||
});
|
||||
return classes.find({_id: null});
|
||||
return classes.find({
|
||||
_id: null
|
||||
});
|
||||
},
|
||||
'joinClass': function(input) {
|
||||
var change = input[0];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user