Skip to content

Commit 43561dd

Browse files
priandsfdhilt
authored andcommitted
Looks like the source was not properly commited - changed ui-scroll
1 parent dd58738 commit 43561dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-scroll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ angular.module('ui.scroll', [])
88

99
.constant('JQLiteExtras', JQLiteExtras)
1010
.run(['JQLiteExtras', (JQLiteExtras) => {
11-
!window.jQuery ? (new JQLiteExtras()).registerFor(angular.element) : null;
11+
!(angular.element.fn && angular.element.fn.jquery) ? new JQLiteExtras().registerFor(angular.element) : null;
1212
ElementRoutines.addCSSRules();
1313
}])
1414

0 commit comments

Comments
 (0)