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;
}
is(name) {
return activePlatform.name === name;
}
_applyBodyClasses() {
if(!activePlatform) {
return;