This commit is contained in:
Max Lynch
2015-06-04 10:31:57 -05:00
parent fc218d804d
commit 6983be3cf6

View File

@ -61,10 +61,6 @@ class PlatformController {
return null; return null;
} }
is(name) {
return activePlatform.name === name;
}
_applyBodyClasses() { _applyBodyClasses() {
if(!activePlatform) { if(!activePlatform) {
return; return;