Skip to content

Commit

Permalink
added knockoutjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Memon authored and Tom Dale committed May 30, 2011
1 parent eb2f860 commit 412b26e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions js/app.js 100755 → 100644
Expand Up @@ -161,7 +161,17 @@ EveryJS.libraries = [
website: "http://raphaeljs.com/",
description: "A small JavaScript library that should simplify your work with vector graphics on the web.",
size: 2
},
{
name: "Knockout",
website: "http://knockoutjs.com/",
description: "Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably.",
useIf: [
"You want to define your data as a JavaScript model object, and then bind DOM elements and/or templates to it."
],
size: 25
}

];

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

0 comments on commit 412b26e

Please sign in to comment.