Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix(gulp): do NOT rename $$rAF
Browse files Browse the repository at this point in the history
I was probably drunk
  • Loading branch information
frapontillo authored and mgcrea committed Sep 25, 2015
1 parent 60bca97 commit 847d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gulp.task('compat', function() {
var providers = [
'$affix', '$alert', '$aside', '$button', '$collapse', '$datepicker', 'datepickerViews',
'$dropdown', '$dateFormatter', '$dateParser', 'debounce', 'throttle', 'dimensions',
'$parseOptions', '$$rAF', '$modal', '$navbar', '$popover', '$scrollspy', '$select', '$tab',
'$parseOptions', '$modal', '$navbar', '$popover', '$scrollspy', '$select', '$tab',
'$timepicker', '$tooltip', '$typeahead'
];
var compatProviders = providers.map(function(provider) {
Expand Down

0 comments on commit 847d938

Please sign in to comment.