Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale committed May 30, 2011
2 parents cdd08d4 + 1b55816 commit 3a63ced
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion js/app.js
Expand Up @@ -182,8 +182,18 @@ EveryJS.libraries = [
website: "http://www.modernizr.com",
description: "Modernizr is a JavaScript library that allows you to use CSS3 and HTML5 features while maintaining a fine level of control over browsers that don't support them yet.",
size: 3.7
},
{
name: "environ",
website: "http://github.com/azer/environ",
description: "Cross platform environment detection library.",
useIf: [
"You want to detect what platform the user is running.",
"You want to detect what JavaScript engine the user's platform utilises.",
"You want to detect what rendering engine the user's browser utilises."
],
size: 1
}

];

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

0 comments on commit 3a63ced

Please sign in to comment.