Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit fc56ea1

Browse files
committed
fixes Eonasdan#664
jsfiddle was defaulting to jquery compat instead of 2.1.0 also removed linebreak validation from jslint. (silly windows)
1 parent 4c74e82 commit fc56ea1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .jscs.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
5555
"disallowKeywords": ["with"],
5656
"disallowMultipleLineStrings": true,
57-
"validateLineBreaks": "LF",
5857
"validateIndentation": 4,
5958
"disallowTrailingWhitespace": true,
6059
"disallowTrailingComma": true,

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## [View the manual and demos](http://eonasdan.github.io/bootstrap-datetimepicker/)
66

77
## Submitting Issues
8-
Please test and/or fork [this jsfiddle](http://jsfiddle.net/kmbo576p/) with an example of your issue before you post an issue here.
8+
Please test and/or fork [this jsfiddle](http://jsfiddle.net/Eonasdan/f3x2mvr1/) with an example of your issue before you post an issue here.
99

1010
## Where do you use this?
1111
I'd love to know if your public site is using this plugin and list your logo on the documentation site. Please email me `eonasdan at outlook dot com`. Do not submit issue/feature request to this email, they will be ignored.

0 commit comments

Comments
 (0)