aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/inner_module.js
diff options
context:
space:
mode:
authorbasil.belokon <basil.belokon@gmail.com>2017-12-03 15:58:09 +0600
committerTimmy Willison <4timmywil@gmail.com>2018-01-16 11:39:16 -0500
commit5d3a968e031ab8dff5c07e1d6bb4f196fb82bfa0 (patch)
tree8cb0c8082469f637c38ca90b5dc4c60b9c54f57f /test/data/inner_module.js
parent428ee4a62488457a1bc568e7475cbf65b1feaf93 (diff)
downloadjquery-5d3a968e031ab8dff5c07e1d6bb4f196fb82bfa0.tar.gz
jquery-5d3a968e031ab8dff5c07e1d6bb4f196fb82bfa0.zip
Manipulation: Add support for scripts with module type
Fixes gh-3871 Close gh-3869
Diffstat (limited to 'test/data/inner_module.js')
-rw-r--r--test/data/inner_module.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/inner_module.js b/test/data/inner_module.js
new file mode 100644
index 000000000..a89a39d27
--- /dev/null
+++ b/test/data/inner_module.js
@@ -0,0 +1 @@
+window.ok( true, "evaluated: innert module with src" );