[Mobile] Clean-Up

Cleaned the unused code for the
backArrow and long touch gestures.
Commented out functions for later use
Currently shows the back arrow, however,
only will print to console on press.
Edited tests where mobile checks were breaking
and fixed.
This commit is contained in:
Shivam Dave
2015-07-28 10:56:29 -07:00
parent b0c42c12b7
commit e32403a75f
11 changed files with 57 additions and 78 deletions

View File

@ -187,7 +187,9 @@ define(
});
it("check if tree node is in a mobile device", function () {
controller.checkMobile();
if (controller) {
controller.checkMobile();
}
});
});
}