From 3983c79fc9dfd72eacedbffda1d9b1f14b452cf0 Mon Sep 17 00:00:00 2001 From: Christian Naths Date: Sun, 28 Oct 2012 13:06:21 -0600 Subject: [PATCH] no newline at end of file --- README.md | 2 +- examples/index.html | 2 +- jquery.modal.css | 2 +- jquery.modal.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37284c1..499d8cb 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index 78ca624..875725d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -277,4 +277,4 @@

Example 6: Custom Class for Close Button

}); - + \ No newline at end of file diff --git a/jquery.modal.css b/jquery.modal.css index 3e372e2..842f353 100644 --- a/jquery.modal.css +++ b/jquery.modal.css @@ -41,4 +41,4 @@ -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; -} +} \ No newline at end of file diff --git a/jquery.modal.js b/jquery.modal.js index 27c41bf..0148fe9 100644 --- a/jquery.modal.js +++ b/jquery.modal.js @@ -182,4 +182,4 @@ event.preventDefault(); $(this).modal(); }); -})(jQuery); +})(jQuery); \ No newline at end of file