aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Scope.js')
-rw-r--r--src/Scope.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Scope.js b/src/Scope.js
index a63cb8f7..b530bbc5 100644
--- a/src/Scope.js
+++ b/src/Scope.js
@@ -1,3 +1,5 @@
+'use strict';
+
function getter(instance, path, unboundFn) {
if (!path) return instance;
var element = path.split('.');