Skip to content

Commit 6269ad3

Browse files
author
klumba12
committed
1.0.18
1 parent 3d87d42 commit 6269ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/qgrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13942,7 +13942,7 @@ var ViewCore = function (_Component) {
1394213942
_this.element = $element[0];
1394313943
_this.$timeout = $timeout;
1394413944
_this.$postLink = _this.onLink;
13945-
_this.serviceFactory = grid.service;
13945+
_this.serviceFactory = grid.service.bind(grid);
1394613946
_this.template = new __WEBPACK_IMPORTED_MODULE_21__template_template_link__["a" /* default */]($compile, $templateCache);
1394713947
return _this;
1394813948
}

dist/qgrid.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)