Skip to content

Commit 4a7c767

Browse files
committed
Message in exceptions fixed
Confusing message with wrong missed directive name was fixed to right directive name.
1 parent 084231a commit 4a7c767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/resize-columns/js/ui-grid-column-resizer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
if ( grid.api.colResizable ){
9797
grid.api.colResizable.raise.columnSizeChanged(colDef, deltaChange);
9898
} else {
99-
gridUtil.logError("The resizeable api is not registered, this may indicate that you've included the module but not added the 'ui-grid-column-resize' directive to your grid definition. Cannot raise any events.");
99+
gridUtil.logError("The resizeable api is not registered, this may indicate that you've included the module but not added the 'ui-grid-resize-columns' directive to your grid definition. Cannot raise any events.");
100100
}
101101
});
102102
},
@@ -552,4 +552,4 @@
552552
return resizer;
553553
}]);
554554

555-
})();
555+
})();

0 commit comments

Comments
 (0)