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 053bce1 + 91a6a40 commit 5055711
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var EveryJS = SC.Application.create();
EveryJS.libraries = [
{
name: "jQuery",
website: "http://www.jquery.com",
website: "http://jquery.com/",
description: "jQuery is a fast and concise JavaScript library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.",
useIf: [
"You need DOM manipulation or event handling across all browsers."
Expand All @@ -16,7 +16,7 @@ EveryJS.libraries = [

{
name: "jQuery UI",
website: "http://www.jqueryui.com",
website: "http://jqueryui.com/",
description: "jQuery UI provides both low-level event handling of interactions and animations and high-level widgets for color picking, calendars, tabbed views, and more.",
useIf: [
"You want JavaScript widgets and buttons.",
Expand Down Expand Up @@ -281,6 +281,12 @@ EveryJS.libraries = [
size: 105K,
dependencies: ["jQuery (included in package)"],
tags: ['mvc', 'jQuery', 'dom'],
},
{
name: "Benchmark.js",
website: "http://benchmarkjs.com/",
description: "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
size: 4.9
}
];

Expand Down

0 comments on commit 5055711

Please sign in to comment.