Skip to content

Commit

Permalink
adds some file headers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
scyv committed Jan 16, 2014
1 parent f1f3631 commit 0f84606
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Version

This is Version **1.0.0**

# Spin Edit for Twitter Bootstrap
# Spin Edit for Twitter Bootstrap 3

![Spin Edit Example](https://raw.github.com/scyv/bootstrap-spinedit/bootstrap3/example.png)

A spin edit control for Twitter Bootstrap.
A spin edit control for Twitter Bootstrap 3.

Tested with Bootstrap 3
Tested with Bootstrap 3.0.1

## Usage

Expand Down
18 changes: 17 additions & 1 deletion css/bootstrap-spinedit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
div.spinedit { padding: 0 4px 0 4px; }
/**
* Release:
* 2014-01-16: Version 1.0.0
*
*
* https://github.com/scyv/bootstrap-spinedit
*
*
* Author:
* - geersch@gmail.com
*
* Contributors:
* - ivoras@gmail.com
* - yves.schubert@ksitec.de
*/

div.spinedit { padding: 0 4px 0 4px; }
div.spinedit .glyphicon-chevron-up,
div.spinedit .glyphicon-chevron-down { cursor: pointer; float: left; position: relative; }
div.spinedit .glyphicon-chevron-up { top: -3px; left: 0px; }
Expand Down
18 changes: 17 additions & 1 deletion js/bootstrap-spinedit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
jQuery.fn.mousehold = function (f) {
/**
* Release:
* 2014-01-16: Version 1.0.0
*
*
* https://github.com/scyv/bootstrap-spinedit
*
*
* Author:
* - geersch@gmail.com
*
* Contributors:
* - ivoras@gmail.com
* - yves.schubert@ksitec.de
*/

jQuery.fn.mousehold = function (f) {
var timeout = 100;
if (f && typeof f == 'function') {
var intervalId = 0;
Expand Down

0 comments on commit 0f84606

Please sign in to comment.