[Mobile] Comments

Added comments and removed
unwanted spec test code for
BrowseController.
This commit is contained in:
Shivam Dave 2015-07-23 13:48:21 -07:00
parent d176f9f811
commit d115166dde

View File

@ -146,8 +146,10 @@ define(
expect(mockScope.navigatedObject).toEqual(mockDomainObject); expect(mockScope.navigatedObject).toEqual(mockDomainObject);
}); });
it("updates boolean", function () { // Mocks the tree slide call that
// spyOn(mockScope, 'treeSlide').andCallThrough(); // lets the html code know if the
// tree menu is open.
it("calls the treeSlide function", function () {
mockScope.treeSlide(); mockScope.treeSlide();
}); });