2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace fixes, lots of cleanup left to do More... almost 15 years ago
Initial commit of switching to our own loader that enables recursive yepnope calls More... almost 15 years ago
switched to async=false style fix for FF4 - webkit still unknown More... almost 15 years ago
more credit and comment changes More... almost 15 years ago
adding dave More... almost 15 years ago
Cleaning up old references. Clearing up new ones. More... almost 15 years ago
Cleaned up the top of the file nice and right. More... almost 15 years ago
accidental var declaration on stack. moved it out. More... almost 15 years ago
got all the tests working with this new method. maintain the stack between recursive callbacks. More... almost 15 years ago
switched the application logic to use the getJS style More... almost 15 years ago
a few more whitespace edits More... almost 15 years ago
pulled tests out of object so it would minify better. Wasn't doing a ton of good namespaced More... almost 15 years ago
almost entirely whitespace edit More... almost 15 years ago
first nonworking commit on switchover to modified version of Dave Artz's awesome A.getjs loader. still quite a few references to labjs sitting around. definitely not even close to working. <3z More... almost 15 years ago
Updated minified version. More... almost 15 years ago
Fixing a bug that I introduced that caused callback errors in IE. Was trying to take too many shortcuts on line 124. More... almost 15 years ago
Added 'complete' callback to test objects. Complete gets called after all files have loaded and all callbacks have executed. Rewrote callback resolution logic so it doesn't attempt to invoke a non-function. Also, labChain.wait() is no longer called for scripts that don't have a callback when a callback object literal is passed. Finally, added base name support for keys in a callback object. More... almost 15 years ago
Switched parameter ordering for index and testResult in loadScriptOrStyle function so null is no longer passed as a value for testResult. Also nooped up some anonymous functions More... almost 15 years ago
added index in the other places it belonged, fixed a bug from ralphholzmann where prefixes can ruin the url if it's being used as a key. More... almost 15 years ago
pass the index into the callback, since we have it... More... almost 15 years ago
Change versions in the source so people aren't confused. More... almost 15 years ago
An object literal can now be set to the callback property in a test object to associate a specific callback function to a loaded script or stylesheet. Valid keys are either the index of the file in the load array or the id of the file. More... almost 15 years ago
adding website to readme More... almost 15 years ago
First non alpha version. Though, assume that this stuff is more or less incomplete until 1.0 - this seems more stable, though. More... almost 15 years ago
version number oopsies More... almost 15 years ago
added access directly to the instance (via ralphholzmann) More... almost 15 years ago
Added global filters. Made a protocol filter. Added a bit more docs on common use cases. adding filter to the demo. change in reference to yepnope, internally. More... almost 15 years ago
inconsequential cleanups/OCD. Arbitrary Versioning. minified consistency. More... almost 15 years ago
adding wait option More... almost 15 years ago
Added a minified version (closure compiler). I used the unminified LABjs in place of the minified one in the included source to increase compressability. More... almost 15 years ago