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
8072d25e6f
jquery
/
test
/
data
/
test.js
4 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js
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"
)
;
Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
2012-12-05 13:54:14 +00:00
ok
(
true
,
"test.js executed"
)
;
Reference in New Issue
Copy Permalink