jquery/test/unit
Christian Grete 8a734344f2 Core: Support Symbol wrapper objects in jQuery.type
In ECMAScript 2015 (ES6), the native typeof operator returns "symbol"
for Symbol primitives. As it is possible to wrap symbols using the
Object constructor, symbols can be objects as well as any other
primitive type in JavaScript and should be determined by jQuery.type.

Closes gh-2627
2015-10-13 01:18:20 +03:00
..
ajax.js Ajax: don't expect cross-origin tests run in envs which not support it 2015-10-13 00:00:38 +03:00
animation.js Tests: partially use new qunit interface 2015-08-16 09:02:01 +03:00
attributes.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
basic.js Tests: Really fix tests in IE 8 this time 2015-09-08 19:02:35 +02:00
callbacks.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
core.js Core: Support Symbol wrapper objects in jQuery.type 2015-10-13 01:18:20 +03:00
css.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
data.js Tests: Provide equal() arguments in correct order (actual, expected) 2015-09-08 16:28:44 -04:00
deferred.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
deprecated.js Event: Move .bind() and .delegate() to deprecated 2015-10-12 17:32:08 +03:00
dimensions.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
effects.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
event.js Event: fix incorrect test 2015-10-12 18:37:04 +03:00
exports.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
manipulation.js Data: avoid using delete on DOM nodes 2015-09-08 20:22:54 +02:00
offset.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
queue.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
ready.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
selector.js Tests:Docs: Fix various typos 2015-10-12 18:08:13 +03:00
serialize.js Serialize: Handle arrays with null values 2015-09-07 22:45:23 +02:00
support.js Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support 2015-09-14 21:26:48 +02:00
traversing.js Tests: further improvements QUnit 2.0 migration 2015-09-08 04:06:20 +03:00
tween.js Effects: Remove additional parameters of easings 2015-09-07 22:07:32 +02:00
wrap.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00