public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
qunit: modified example for equals to avoid confusion with parameter 
ordering

git-svn-id: http://jqueryjs.googlecode.com/svn/trunk@5827 
c715fcbe-d12f-0410-84c4-316a508785bb
joern.zaefferer (author)
Wed Aug 13 10:14:48 -0700 2008
commit  6e3ca19bd2544569675a6930dfa2103964685d62
tree    7662417b7f1f92586a32c1917e9f2ee65d680961
parent  de777b45d32e5ca7ff16b81c668ed7cef774158a
...
381
382
383
384
 
385
386
387
...
381
382
383
 
384
385
386
387
0
@@ -381,7 +381,7 @@ function url(value) {
0
  *
0
  * Prefered to ok( actual == expected, message )
0
  *
0
- * @example equals( $.format("Expected {0} characters.", 2), "Expected 2 characters." );
0
+ * @example equals( $.format("Received {0} bytes.", 2), "Received 2 bytes." );
0
  *
0
  * @param Object actual
0
  * @param Object expected

Comments

    No one has commented yet.