Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-06Add RATCHET namespace to RatchetJohann-S
2015-02-05Refactor getBrowserCapabilitiesJohann-S
2015-02-02Make everything work in all browsers (hopefully).XhmikosR
2015-01-30Merge pull request #521 from twbs/js-2XhmikosR
JS tweaks
2015-01-30Minor style changes.XhmikosR
2015-01-06Update (c) yearsZlatan Vasović
2014-04-30Update sliders.jsSean Clark
grammar
2014-04-30Update sliders.jsSean Clark
Fixed coding style errors
2014-04-29Update sliders.jsSean Clark
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-02bumping the version numberv2.0.2connors
2014-04-01updating the header on all the js lib filesconnors
2014-03-26Merge pull request #492 from twbs/jscsXhmikosR
Add more JSCS checks.
2014-03-14Add more JSCS checks.XhmikosR
2014-03-14Fix TypeError in sliders.js with non webkit browsers.XhmikosR
2014-03-09Enable `disallowMultipleVarDecl` JSCS check.XhmikosR
2014-03-05bump versionv2.0.1connors
2014-03-05Update JSHint rules.XhmikosR
Enabled: * `immed` * `newcap` * `latedef` Removed: * `boss` * `laxbreak` * `validthis` Also move `bitwise` to fingerblast.js since that's where it's only needed.
2014-03-05Enable `curly` rule.XhmikosR
2014-03-05Enable JS strict mode.Zlatan Vasović
2014-03-05Fix JSHint warnings.XhmikosR
2014-02-25update a bunch of thingsconnors
2014-02-16reorganizing the docsconnors