Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| /** | |
| add ability to load json fixtures into jasmine | |
| **/ | |
| var readJsonFixtures = function() { | |
| return jasmine.getJsonFixtures().proxyCallTo_('read', arguments); | |
| }; | |
| var preloadJsonFixtures = function() { | |
| jasmine.getJsonFixtures().proxyCallTo_('preload', arguments); |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| .navbar | |
| .caret | |
| .label | |
| .table | |
| .img-responsive | |
| .img-rounded | |
| .img-thumbnail | |
| .img-circle | |
| .sr-only | |
| .lead |