Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(modal): proper wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 15, 2015
1 parent eb48cca commit 2733de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ angular.module('mgcrea.ngStrap.modal', ['mgcrea.ngStrap.core', 'mgcrea.ngStrap.h
}
}

// Private methods
// Private helpers

function hideOnBackdropClick(evt) {
if(evt.target !== evt.currentTarget) return;
Expand Down

0 comments on commit 2733de4

Please sign in to comment.