diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js index 12ef39c3..73420d74 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -321,7 +321,7 @@ forEach({ }, scope: function(element) { - return jqLite(element).inheritedData($$scope); + return jqLite(element).inheritedData('$scope'); }, injector: function(element) { |
