diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 0e9a98ef..3ce8e7df 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -936,7 +936,7 @@ function bindJQuery() { JQLitePatchJQueryRemove('empty'); JQLitePatchJQueryRemove('html'); } else { - jqLite = jqLiteWrap; + jqLite = JQLite; } angular.element = jqLite; } |
