aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2012-07-30 10:44:47 -0400
committerTimmy Willison <timmywillisn@gmail.com>2012-07-30 10:44:47 -0400
commitbeeab4d126b303b194899adf579d8f43e3fd5e69 (patch)
tree8c49b1a0b1e499ba8d77a20cf52849c0d7baaad7 /src/manipulation.js
parente07b444dfe87f26f0d6031920026142425505ad6 (diff)
downloadjquery-beeab4d126b303b194899adf579d8f43e3fd5e69.tar.gz
jquery-beeab4d126b303b194899adf579d8f43e3fd5e69.zip
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index d1dcb3768..3cfc97c3b 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -362,7 +362,7 @@ jQuery.fn.extend({
dataType: "script",
async: false,
global: false,
- throws: true
+ "throws": true
});
} else {
jQuery.error("no ajax");