aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/angular.suffix
diff options
context:
space:
mode:
authorMisko Hevery2011-02-04 16:42:21 -0800
committerMisko Hevery2011-02-16 00:48:22 -0500
commita004d487c4bb48b2bec19b60bc5ddc5244029be5 (patch)
tree48fe97cf0c79dc7126e7bfc5a40441738cb8dbab /src/scenario/angular.suffix
parent037f30a0c9f819aedf47f0da782e8d1fec0d6489 (diff)
downloadangular.js-a004d487c4bb48b2bec19b60bc5ddc5244029be5.tar.bz2
allow jquery to be declared after angular in the script loading order
Diffstat (limited to 'src/scenario/angular.suffix')
-rw-r--r--src/scenario/angular.suffix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/angular.suffix b/src/scenario/angular.suffix
index f3ef9f0d..3ab796d2 100644
--- a/src/scenario/angular.suffix
+++ b/src/scenario/angular.suffix
@@ -1,6 +1,6 @@
var $scenario = new angular.scenario.Runner(window);
- jqLite(document).ready(function() {
+ jqLiteWrap(document).ready(function() {
angularScenarioInit($scenario, angularJsConfig(document));
});