aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-12-09 15:57:12 -0500
committerTimmy Willison <timmywillisn@gmail.com>2014-12-09 15:57:12 -0500
commit59232825aa87b941dd2418a6860b64017dfec0ae (patch)
tree1b12357b493dc2264bc6204c93c1e30e8c74771d /src/core.js
parent6051609df35ef5e478c79c76534c03e4b46100bf (diff)
downloadjquery-59232825aa87b941dd2418a6860b64017dfec0ae.tar.gz
jquery-59232825aa87b941dd2418a6860b64017dfec0ae.zip
Core: remove unnecessary support test for createHTMLDocument
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index dab633f9c..fa8436a01 100644
--- a/src/core.js
+++ b/src/core.js
@@ -7,7 +7,7 @@ define([
"./var/class2type",
"./var/toString",
"./var/hasOwn",
- "./core/support"
+ "./var/support"
], function( arr, slice, concat, push, indexOf, class2type, toString, hasOwn, support ) {
var