aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support.js')
-rw-r--r--src/core/support.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/support.js b/src/core/support.js
index 3857a252e..13ae02f08 100644
--- a/src/core/support.js
+++ b/src/core/support.js
@@ -3,6 +3,8 @@ define( [
"../var/support"
], function( document, support ) {
+"use strict";
+
// Support: Safari 8 only
// In Safari 8 documents created via document.implementation.createHTMLDocument
// collapse sibling forms: the second one becomes a child of the first one.