Skip to content

Commit

Permalink
no newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannaths committed Oct 28, 2012
1 parent eab14ef commit 3983c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -214,4 +214,4 @@ jQuery Modal is distributed under the [MIT License](Learn more at http://opensou
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion examples/index.html
Expand Up @@ -277,4 +277,4 @@ <h2>Example 6: Custom Class for Close Button</h2>
});
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion jquery.modal.css
Expand Up @@ -41,4 +41,4 @@
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
}
2 changes: 1 addition & 1 deletion jquery.modal.js
Expand Up @@ -182,4 +182,4 @@
event.preventDefault();
$(this).modal();
});
})(jQuery);
})(jQuery);

0 comments on commit 3983c79

Please sign in to comment.