From 5622dd3e64eb2a5d34e3bad13e21b43b0f6f4795 Mon Sep 17 00:00:00 2001 From: retro Date: Mon, 30 May 2011 12:49:27 +0200 Subject: [PATCH] Added JavaScriptMVC to the list of the frameworks --- js/app.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/js/app.js b/js/app.js index 9f5201e..79362c9 100644 --- a/js/app.js +++ b/js/app.js @@ -201,6 +201,19 @@ EveryJS.libraries = [ "You want to detect what rendering engine the user's browser utilises." ], size: 1 + }, + { + name: "JavaScriptMVC", + website: "http://javascriptvc.com", + description: "JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration..", + useIf: [ + "You want to build big applications on top of jQuery.", + "You want great performance.", + "You don't want to care about memory issues in long lived apps" + ], + tags: ["mvc"], + dependencies: ["jQuery"], + size: "6.7K - 86K; applications load modules dynamically" } ];