Skip to content

Commit

Permalink
added LABjs
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed May 30, 2011
1 parent af6b5f6 commit 91644d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion js/app.js
Expand Up @@ -201,7 +201,16 @@ EveryJS.libraries = [
"You want to detect what rendering engine the user's browser utilises."
],
size: 1
}
},
{
name: "LABjs",
website: "http://labjs.com/",
description: "LABjs is a dynamic script loader intended to replace the use of the ugly, non-performant <script> tag with a flexible and performance-optimized alternative API.",
useIf: [
"You want to improve performance by loading scripts in parallel and without blocking other resources."
],
size: 2.1
}
];

EveryJS.libraries.sort(function(a,b) {
Expand Down

0 comments on commit 91644d7

Please sign in to comment.