Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b6e6826

Browse files
committed
docs(home): remove details about current dev efforts
- add a missing semicolon to a test
1 parent bd0f787 commit b6e6826

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/app/partials/home.tmpl.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ <h2 class="md-headline">AngularJS versus Angular?</h2>
3939
<a href="https://docs.angularjs.org/misc/version-support-status" target="_blank" rel="noopener">
4040
Long Term Support (LTS) mode</a>.
4141
</p>
42-
<ul>
43-
<li>
44-
Current development efforts are focused on bug fixes, accessibility, performance, and minor
45-
enhancements.
46-
</li>
47-
</ul>
48-
<br/>
4942
<i>
5043
The Angular Material and Component Dev Kit (CDK) libraries (for Angular v2+) can be found in the
5144
<a href="https://github.com/angular/components" target="_blank" rel="noopener">angular/components</a>

src/components/tooltip/tooltip.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('MdTooltip Component', function() {
1616
return function(user) {
1717
// Intentionally dereference user without checking whether it is defined. Do not change!
1818
return user.name.first + ' ' + user.name.last;
19-
}
19+
};
2020
});
2121

2222
beforeEach(function() {

0 commit comments

Comments
 (0)