From 7798133b0059a2a898e41392fe2c591c6fc7e56a Mon Sep 17 00:00:00 2001 From: Stephan Wagner Date: Mon, 21 Nov 2016 23:03:48 -0500 Subject: [PATCH] Version 0.4.1 --- README.md | 2 +- Source/jBox.js | 4 ++-- Source/plugins/Confirm/jBox.Confirm.js | 2 +- Source/plugins/Image/jBox.Image.js | 2 +- Source/plugins/Notice/jBox.Notice.js | 2 +- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 125c3fa..1683e5d 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ jBox ==== -jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more +jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more. Demo: https://stephanwagner.me/jBox diff --git a/Source/jBox.js b/Source/jBox.js index 0306d38..924b0ce 100644 --- a/Source/jBox.js +++ b/Source/jBox.js @@ -1,5 +1,5 @@ -/* - * jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more +/** + * jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more. * * Author: Stephan Wagner (https://stephanwagner.me) * diff --git a/Source/plugins/Confirm/jBox.Confirm.js b/Source/plugins/Confirm/jBox.Confirm.js index 9092247..2642f7d 100644 --- a/Source/plugins/Confirm/jBox.Confirm.js +++ b/Source/plugins/Confirm/jBox.Confirm.js @@ -1,4 +1,4 @@ -/* +/** * jBox Confirm plugin: Add a confirm dialog to links, buttons, etc. * * Author: Stephan Wagner (https://stephanwagner.me) diff --git a/Source/plugins/Image/jBox.Image.js b/Source/plugins/Image/jBox.Image.js index d2ea658..f4e56c7 100644 --- a/Source/plugins/Image/jBox.Image.js +++ b/Source/plugins/Image/jBox.Image.js @@ -1,4 +1,4 @@ -/* +/** * jBox Image plugin: Adds a lightbox to your images * * Author: Stephan Wagner (https://stephanwagner.me) diff --git a/Source/plugins/Notice/jBox.Notice.js b/Source/plugins/Notice/jBox.Notice.js index da86612..a1593de 100644 --- a/Source/plugins/Notice/jBox.Notice.js +++ b/Source/plugins/Notice/jBox.Notice.js @@ -1,4 +1,4 @@ -/* +/** * jBox Notice plugin: Opens a popup notice * * Author: Stephan Wagner (https://stephanwagner.me) diff --git a/package.json b/package.json index 6da9eca..d648881 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jbox", "version": "0.4.1", - "description": "jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more", + "description": "jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.", "keywords": [ "jquery-plugin", "ecosystem:jquery", "tooltip", "modal", "window", "dialog", "confirm", "popup", "notice", "alert", "ui", "images", "lightbox" ],