This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5aaa514555
jquery
/
test
/
data
/
testbar.php
4 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.
2013-04-09 15:45:09 +00:00
this
.
testBar
=
"
bar
"
;
Make compatible with jshint, lint test/data. Close gh-1043.
2012-11-25 19:30:16 +00:00
jQuery
(
"
#ap
"
)
.
html
(
"
bar
"
);
Tests: Fix failing ajax tests in oldIE (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch
2014-04-04 18:31:38 +00:00
ok
(
true
,
"
testbar.php executed
"
);
Reference in New Issue
Copy Permalink