Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed Nov 22, 2016
1 parent 55e48e3 commit 7798133
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Source/jBox.js
Original file line number Diff line number Diff line change
@@ -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)
*
Expand Down
2 changes: 1 addition & 1 deletion Source/plugins/Confirm/jBox.Confirm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* jBox Confirm plugin: Add a confirm dialog to links, buttons, etc.
*
* Author: Stephan Wagner (https://stephanwagner.me)
Expand Down
2 changes: 1 addition & 1 deletion Source/plugins/Image/jBox.Image.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* jBox Image plugin: Adds a lightbox to your images
*
* Author: Stephan Wagner (https://stephanwagner.me)
Expand Down
2 changes: 1 addition & 1 deletion Source/plugins/Notice/jBox.Notice.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* jBox Notice plugin: Opens a popup notice
*
* Author: Stephan Wagner (https://stephanwagner.me)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down

0 comments on commit 7798133

Please sign in to comment.