diff options
author | timmywil <timmywillisn@gmail.com> | 2012-05-29 15:57:37 -0300 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-05-29 15:57:37 -0300 |
commit | 162ffe729547c889030df7e62207dc34e313c977 (patch) | |
tree | 71fb8e463f98e55b6016f31f3d2ae6273b1c9138 /README.md | |
parent | 5660b6df505c31dc1b75f08ea886f072a214ccec (diff) | |
download | jquery-162ffe729547c889030df7e62207dc34e313c977.tar.gz jquery-162ffe729547c889030df7e62207dc34e313c977.zip |
Update README: IDs are without hashes in t()
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -192,9 +192,9 @@ Test Suite Convenience Methods Reference (See [test/data/testinit.js](https://gi @example `q("main", "foo", "bar")` => [`<div id="main">`, `<span id="foo">`, `input id="bar">`] -### Asserts that a select matches the given IDs ### +### Asserts that a selection matches the given IDs ### - t( testName, selector, [ "#array", "#of", "#ids" ] ); + t( testName, selector, [ "array", "of", "ids" ] ); @example `t("Check for something", "//[a]", ["foo", "baar"]);` |