Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 869afed

Browse files
committed
Typo
1 parent 04db8c7 commit 869afed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angular-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
$scope.$on('$destroy', function unregisterListener() {
839839

840840
unregisterDataSetWatcher();
841-
unRegisterDateMinLimitWatcher();
841+
unregisterDateMinLimitWatcher();
842842
thisInput.off('focus click focusout blur');
843843
angular.element(theCalendar).off('mouseenter mouseleave focusin');
844844
angular.element($window).off('click focus focusin', onClickOnWindow);

0 commit comments

Comments
 (0)