Johann-S
9ed213b437
Create new event to avoid warning in Jasmine
2016-03-07 11:07:34 +01:00
XhmikosR
086702721f
Merge pull request #774 from Johann-S/unit_test
...
Add unit test to Ratchet
2016-01-27 07:40:30 +02:00
XhmikosR
2b0bbd1aa0
Bump devDependencies.
2016-01-25 09:29:15 +02:00
Johann-S
c95927b11e
Add unit tests
2015-12-27 14:06:42 +01:00
Christophe VERGNE
2f17dfca53
modal: fix touchend event always prevented
2015-06-25 11:54:07 +02:00
XhmikosR
a722ffc9ca
Update grunt-jscs.
...
Add a few more rules. The commented out ones should be enabled eventually.
2015-04-30 09:32:11 +03:00
artemave
1e021bc5e0
push.js: add file:// urls support
...
Fix for Android
Android was not working because the status is set to 200, not 0.
2015-02-14 11:25:13 -05:00
Johann-S
626e52c243
Create modalOpen and modalClose events.
2015-02-11 08:30:14 +01:00
XhmikosR
d6d7fff571
Merge pull request #735 from kmulvey/master
...
use current page's <title> if XHR response does not contain one
2015-02-09 05:55:32 +02:00
XhmikosR
12b869e68e
Merge pull request #748 from tinymins/master
...
Fix the `CustomEvent` compatibility problem
2015-02-09 05:40:22 +02:00
Zhai YiMing
e3445b242e
Compatible With CustomEvent
2015-02-08 10:21:16 +08:00
Johann-S
b98038e492
Fix transitionEnd on multiple browsers
2015-02-06 17:53:03 +01:00
Johann-S
3c117e77a4
Add RATCHET namespace to Ratchet
2015-02-06 13:15:09 +01:00
Johann-S
aa7e488cd5
Refactor getBrowserCapabilities
2015-02-05 00:16:39 +01:00
XhmikosR
791f9b10f5
Fix one more error with Firefox.
2015-02-02 22:23:23 +02:00
XhmikosR
b46e15e7e2
Make everything work in all browsers (hopefully).
2015-02-02 22:23:09 +02:00
XhmikosR
004d2d45b5
Merge pull request #521 from twbs/js-2
...
JS tweaks
2015-01-30 11:31:35 +02:00
XhmikosR
5803b2920b
Minor style changes.
2015-01-30 11:29:26 +02:00
XhmikosR
787bc8309c
Use plain `if/else` statements when there's no assignment.
2015-01-30 11:29:26 +02:00
Kevin Mulvey
a2691c2ddc
use || rather than ternary
2015-01-07 07:49:02 -05:00
Zlatan Vasović
4309ef43c2
Update (c) years
2015-01-06 21:42:14 +01:00
Kevin Mulvey
9bd27e0d83
default to current page <title>
2014-12-31 12:01:27 -05:00
XhmikosR
9a7c54f108
Update JSCS config.
2014-10-18 09:33:54 +03:00
XhmikosR
5b87247a69
Update JSCS config.
2014-10-13 12:27:45 +03:00
Connor Sears
389325ca54
Merge pull request #573 from optikalefx/patch-1
...
Update sliders.js
2014-08-23 15:50:33 -07:00
Connor Sears
e48e3d6686
Merge pull request #560 from artemave/patch-2
...
Trigger 'push' event on `history.back()`
2014-08-23 15:49:58 -07:00
Connor Sears
d911d8fc71
Merge pull request #564 from artemave/better-dom-cache
...
push.js: cache dom before leaving the page, rather than right after loading it
2014-08-23 15:49:48 -07:00
XhmikosR
5f7435accd
Update dependencies.
2014-06-25 02:23:54 +03:00
Sean Clark
ef685cdec7
Update sliders.js
...
grammar
2014-04-29 21:18:46 -04:00
Sean Clark
5f426dac27
Update sliders.js
...
Fixed coding style errors
2014-04-29 18:20:32 -04:00
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.
2014-04-29 12:46:18 -04:00
artem avetisyan
87283fa264
Animated transition on `window.history.back()`
2014-04-22 10:13:24 +01:00
artemave
1378886fe0
Cache dom before leaving the page, rather than right after loding
...
This way dynamically added dom (vis js) also gets cached.
2014-04-21 23:11:23 +01:00
artemave
a9f2dea859
Trigger 'push' event on `history.back()`
2014-04-21 23:07:54 +01:00
connors
a2d9f5d4ba
bumping the version number
2014-04-02 08:36:38 -07:00
XhmikosR
62f5f9fbe6
Merge pull request #518 from twbs/innerText
...
Use `textContent` when `innerText` is not available.
2014-04-01 08:19:05 +03:00
connors
61787e5259
updating the header on all the js lib files
2014-03-31 15:14:14 -07:00
XhmikosR
4c43c90df1
Use `textContent` when `innerText` is not available.
...
Firefox does not implement `innerText` so this led to another `TypeError`.
2014-03-29 08:38:58 +02:00
XhmikosR
3fd7dced21
Enable `disallowQuotedKeysInObjects` JSCS check and fix the remaining issues.
2014-03-27 18:21:55 +02:00
XhmikosR
515bd890b5
Merge pull request #492 from twbs/jscs
...
Add more JSCS checks.
2014-03-26 16:39:40 +02:00
Michael Yoo
066ff2b11f
Fix one letter typo.
...
Changes cacheing to caching.
2014-03-18 19:42:50 +10:30
XhmikosR
b864a88355
Add more JSCS checks.
2014-03-14 13:23:16 +02:00
XhmikosR
1cd634687d
Fix TypeError in sliders.js with non webkit browsers.
2014-03-14 09:25:37 +02:00
XhmikosR
93f1e46ea1
Merge pull request #459 from twbs/eqnull
...
Remove `eqnull` relaxing option.
2014-03-10 01:20:50 +02:00
XhmikosR
42f5042d54
Enable `disallowMultipleVarDecl` JSCS check.
2014-03-09 18:59:43 +02:00
XhmikosR
6f0de82f4f
Remove `eqnull` relaxing option.
2014-03-09 09:24:32 +02:00
Zlatan Vasović
097399cac3
Minify .jshintrc indent
2014-03-07 22:38:42 +01:00
Connor Sears
b5462c4cc9
Merge pull request #445 from twbs/fat-popover
...
fix popover for connor
2014-03-06 22:21:53 -08:00
fat
f5b3ef2c7a
fix popover for connor
2014-03-06 22:14:23 -08:00
XhmikosR
74f38b331d
Move style checks from JSHint to JSCS.
...
Also remove the duplicate ones from .jshintrc.
2014-03-07 08:01:02 +02:00