mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
58 lines
817 B
Plaintext
58 lines
817 B
Plaintext
{
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqnull": true,
|
|
"eqeqeq": true,
|
|
"expr": true,
|
|
"evil": true,
|
|
"jquery": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"onevar": true,
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"predef": [
|
|
"addMonths",
|
|
"asyncTest",
|
|
"container",
|
|
"deepEqual",
|
|
"d1",
|
|
"d2",
|
|
"dlg",
|
|
"domEqual",
|
|
"drag",
|
|
"dragged",
|
|
"el",
|
|
"equal",
|
|
"equalsDate",
|
|
"expect",
|
|
"Globalize",
|
|
"heightAfter",
|
|
"init",
|
|
"isNotOpen",
|
|
"isOpen",
|
|
"modal",
|
|
"module",
|
|
"moved",
|
|
"notEqual",
|
|
"offsetAfter",
|
|
"offsetBefore",
|
|
"ok",
|
|
"PROP_NAME",
|
|
"QUnit",
|
|
"restoreScroll",
|
|
"shouldBeDroppable",
|
|
"shouldmove",
|
|
"shouldNotBeDroppable",
|
|
"shouldnotmove",
|
|
"shouldnotresize",
|
|
"shouldresize",
|
|
"start",
|
|
"strictEqual",
|
|
"stop",
|
|
"test",
|
|
"TestHelpers",
|
|
"widthAfter"
|
|
]
|
|
} |