aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/angular.prefix
diff options
context:
space:
mode:
authorMisko Hevery2010-10-19 15:34:58 -0700
committerMisko Hevery2010-10-19 15:56:53 -0700
commit01c7abab35dbdee711c54875424b388f8631a3c0 (patch)
tree00a4adee508a9e854881f7ecea5e779fb6d48a80 /src/scenario/angular.prefix
parente7e894a2e36e042be6d62af56b0f3126f4e4fc77 (diff)
downloadangular.js-01c7abab35dbdee711c54875424b388f8631a3c0.tar.bz2
Fix browser triggering in scenario to always do native events.
- Also fixed angular.suffix for scenarios - refactored click() to browserTrigger() - Fixed Rakefile with CSS and jQuery
Diffstat (limited to 'src/scenario/angular.prefix')
-rw-r--r--src/scenario/angular.prefix1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenario/angular.prefix b/src/scenario/angular.prefix
index a1b4e151..d6660d61 100644
--- a/src/scenario/angular.prefix
+++ b/src/scenario/angular.prefix
@@ -22,3 +22,4 @@
* THE SOFTWARE.
*/
(function(window, document, previousOnLoad){
+ var _jQuery = window.jQuery.noConflict(true); \ No newline at end of file