2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 12 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Making Object#toQueryString work with nested object structures More... over 12 years ago
Full features cubic-bezier Fx emulation More... over 12 years ago
#472 making Cooke.remove accept options to be able to remove cookies from different paths More... over 12 years ago
Closed #12 fixing the smooth window scrolling More... over 12 years ago
#474 making Xhr to process scripts and JSON on 'complete' instead of on 'success' so that the JSON data was available with errors as well More... over 12 years ago
Making isNunmer return 'false' for 'NuN' More... over 12 years ago
Merge pull request #17 from jakubpawlowicz/master More... over 12 years ago
Reusing tmp_cont element from structs.js. More... over 12 years ago
Updating a custom property on element should change the attribute too (so CSS queries work). More... over 12 years ago
Fixed erasing custom properties. More... over 12 years ago
Merge pull request #16 from jakubpawlowicz/master More... over 12 years ago
Merged 'l' variable assignment and declaration in Object#merge. More... over 12 years ago
Fixed merging more than 2 hashes (problem due to 'l' variable declared in global scope). More... over 12 years ago
Merge pull request #15 from jakubpawlowicz/master More... over 12 years ago
Moved prepareParams out of xhr.js as it requires Form object. More... over 12 years ago
Moving Form specific code outside Xhr class. More... over 12 years ago
When Xhr is included but Forms are not then prepareParams fails due to undefined Form object. More... over 12 years ago
Merge pull request #14 from jakubpawlowicz/master More... over 12 years ago
When building RightJS with Xhr but without Form then don't include xhr/form extension. More... over 12 years ago
Moving the callbackless calls of Number#downto and Number#upto into the Number#to
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago
Modify Number#upto and #downto in right-server.js. More... about 13 years ago
- Renamed testUpto -> testUptoWithCallback, testDownto -> testDowntoWithCallback and complexified them a bit. - Added new versions of testUpto and testDownto to test calling the methods with no callback argument. More... about 13 years ago
New feature for Number#downto and #upto: if called without a callback argument, the methods now return an array of this kind: [instance, ... , number_argument]. More... about 13 years ago
Version 2.2.3 marker
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago
Making JSLint happy
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago
Making IE9 to use 'opacity' style directly
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago
Prettifying rafBM's patch
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago
.first() should use .firstElementChild when possible. More... about 13 years ago
.next() and .prev() should be faster than .nextSiblings() and .prevSiblings() when possible. More... about 13 years ago
One more patch to make it run on Mozilla jetpack
Nikolay Nemshilov
as Nikolay V. Nemshilov aka St
More... about 13 years ago