diff options
Diffstat (limited to 'src/jquery.js')
-rw-r--r-- | src/jquery.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery.js b/src/jquery.js index 2faa9c3cd..4cc9c8a90 100644 --- a/src/jquery.js +++ b/src/jquery.js @@ -4,6 +4,7 @@ define( [ "./traversing", "./callbacks", "./deferred", + "./deferred/exceptionHook", "./core/ready", "./data", "./queue", |