We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33c126 commit 8fddaacCopy full SHA for 8fddaac
src/angular-gridster.js
@@ -14,9 +14,10 @@
14
factory(root.angular, window.ResizeObserver);
15
}
16
}(this, function(angular, ResizeObserver) {
17
-
18
'use strict';
19
+ ResizeObserver = ResizeObserver.default || ResizeObserver;
20
+
21
var _utils = {
22
//region Test via a getter in the options object to see if the passive property is accessed
23
supportsPassive: (function() {
0 commit comments