jshint all the things

Small style fixes here and there. Removed one unused file.
This commit is contained in:
lilia
2015-02-19 00:20:22 -08:00
parent 76da5bb4f9
commit ec43a0b633
9 changed files with 36 additions and 55 deletions

View File

@@ -110,7 +110,6 @@
toggleSettings: function (e) {
$('body').toggleClass('settings-open');
console.log('toggling');
debugger;
}
});
})();