And removing it, dangerous

This commit is contained in:
Tyler Renelle
2012-07-11 16:24:58 -04:00
parent 186bcac166
commit 42610f189e
3 changed files with 0 additions and 14 deletions
-4
View File
@@ -530,10 +530,6 @@ ready(function(model) {
exports.toggleDebug = function() {
return model.set('_debug', !model.get('_debug'));
};
exports.loadUserSession = function(e, el) {
model.set('_session.userId', model.get('_loadUserId'));
return window.location.reload();
};
exports.revive = function(e, el) {
var stats;
stats = model.at('_user.stats');