mirror of https://github.com/zulip/zulip.git
94ffef4de9
We use css() pretty rarely in our codebase, and it can sometimes be used mistakenly, when a better alternative is to toggle a class for external css. It's hard to support the full API in zjquery, so we just punt and tell folks to create their own stubs. Most of the existing tests that were "fixed" here weren't actually verifying the behavior of the css() calls, and for those I just create no-op stubs. In a few places I verify that css() was called as expected. |
||
---|---|---|
.. | ||
handlebars.js | ||
i18n.js | ||
index.js | ||
markdown_assert.js | ||
mdiff.js | ||
namespace.js | ||
real_jquery.js | ||
stub.js | ||
test.js | ||
zblueslip.js | ||
zjquery.js | ||
zpage_params.js |