fix indenting etc

This commit is contained in:
Yaman Qalieh 2016-08-31 07:05:23 -04:00
parent 1e830e8439
commit 8542caec04

View File

@ -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];