Christophe VERGNE
2f17dfca53
modal: fix touchend event always prevented
10 years ago
XhmikosR
a722ffc9ca
Update grunt-jscs.
...
Add a few more rules. The commented out ones should be enabled eventually.
10 years ago
artemave
1e021bc5e0
push.js: add file:// urls support
...
Fix for Android
Android was not working because the status is set to 200, not 0.
10 years ago
Johann-S
626e52c243
Create modalOpen and modalClose events.
10 years ago
Zhai YiMing
e3445b242e
Compatible With CustomEvent
10 years ago
Johann-S
b98038e492
Fix transitionEnd on multiple browsers
10 years ago
Johann-S
3c117e77a4
Add RATCHET namespace to Ratchet
10 years ago
Johann-S
aa7e488cd5
Refactor getBrowserCapabilities
10 years ago
XhmikosR
791f9b10f5
Fix one more error with Firefox.
10 years ago
XhmikosR
b46e15e7e2
Make everything work in all browsers (hopefully).
10 years ago
XhmikosR
5803b2920b
Minor style changes.
10 years ago
XhmikosR
787bc8309c
Use plain `if/else` statements when there's no assignment.
10 years ago
Kevin Mulvey
a2691c2ddc
use || rather than ternary
10 years ago
Zlatan Vasović
4309ef43c2
Update (c) years
10 years ago
Kevin Mulvey
9bd27e0d83
default to current page <title>
10 years ago
XhmikosR
9a7c54f108
Update JSCS config.
10 years ago
XhmikosR
5b87247a69
Update JSCS config.
10 years ago
XhmikosR
5f7435accd
Update dependencies.
11 years ago
Sean Clark
ef685cdec7
Update sliders.js
...
grammar
11 years ago
Sean Clark
5f426dac27
Update sliders.js
...
Fixed coding style errors
11 years ago
Sean Clark
b84788826f
Update sliders.js
...
This update get's rid of the jump at the start of the slide. On almost every slider know to man there is a 15px jump. This one has it to. If you log out deltaX you'll see it almost always starts with -16px. That's a noticeable jump. This change fixes it so that the slide starts from 0 and smoothly goes from there.
11 years ago
artem avetisyan
87283fa264
Animated transition on `window.history.back()`
11 years ago
artemave
1378886fe0
Cache dom before leaving the page, rather than right after loding
...
This way dynamically added dom (vis js) also gets cached.
11 years ago
artemave
a9f2dea859
Trigger 'push' event on `history.back()`
11 years ago
connors
a2d9f5d4ba
bumping the version number
11 years ago
connors
61787e5259
updating the header on all the js lib files
11 years ago
XhmikosR
4c43c90df1
Use `textContent` when `innerText` is not available.
...
Firefox does not implement `innerText` so this led to another `TypeError`.
11 years ago
XhmikosR
3fd7dced21
Enable `disallowQuotedKeysInObjects` JSCS check and fix the remaining issues.
11 years ago
Michael Yoo
066ff2b11f
Fix one letter typo.
...
Changes cacheing to caching.
11 years ago
XhmikosR
b864a88355
Add more JSCS checks.
11 years ago
XhmikosR
1cd634687d
Fix TypeError in sliders.js with non webkit browsers.
11 years ago
XhmikosR
42f5042d54
Enable `disallowMultipleVarDecl` JSCS check.
11 years ago
XhmikosR
6f0de82f4f
Remove `eqnull` relaxing option.
11 years ago
Zlatan Vasović
097399cac3
Minify .jshintrc indent
11 years ago
fat
f5b3ef2c7a
fix popover for connor
11 years ago
XhmikosR
74f38b331d
Move style checks from JSHint to JSCS.
...
Also remove the duplicate ones from .jshintrc.
11 years ago
XhmikosR
de2b76641b
Fix JSCS warnings.
11 years ago
XhmikosR
ea3d80f726
Add JSCS support.
...
Backported from Bootstrap, adapted for Ratchet.
11 years ago
connors
a3e6dd4399
bump version
11 years ago
XhmikosR
4b76127723
Update JSHint rules.
...
Enabled:
* `immed`
* `newcap`
* `latedef`
Removed:
* `boss`
* `laxbreak`
* `validthis`
Also move `bitwise` to fingerblast.js since that's where it's only needed.
11 years ago
XhmikosR
df5aa2c722
Enable `forin` and `freeze` rules.
11 years ago
XhmikosR
1e88a8ad5c
Enable `curly` rule.
11 years ago
Zlatan Vasović
26eeadc064
Enable JS strict mode.
11 years ago
XhmikosR
53180e031f
Fix JSHint warnings.
11 years ago
XhmikosR
f92f8942fa
Grunt: Add JSHint support.
11 years ago
XhmikosR
7eb31a7049
Trim trailing spaces.
11 years ago
connors
648e9ca7dd
update a bunch of things
11 years ago
connors
ee09f4ddbe
fixing some docs issues
11 years ago
connors
4cda16e4fc
reorganizing the docs
11 years ago