Merge pull request #467 from chrisngobanh/master

Updated 25.1 to include a case with a lookup that has a hyphen in the classname
This commit is contained in:
Josh Perez
2015-08-10 11:29:36 -07:00

View File

@@ -1874,6 +1874,9 @@
// good
const $sidebar = $('.sidebar');
// good
const $sidebarBtn = $('.sidebar-btn');
```
- [25.2](#25.2) <a name='25.2'></a> Cache jQuery lookups.