From 5aa92d0af6776a2105af7969deed4f24648f69e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?zhaoda=28=E8=B5=B5=E8=BE=BE=29?=
Date: Sat, 30 Nov 2013 03:17:11 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
docs/home.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ab177c4..eb0441a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
SPA build WebApp focus on solving common problems encountered, especially for building MobileApp, unlike [jQuery Mobile](http://jquerymobile.com/), [Sencha Touch](http://www.sencha.com/products/touch/) and other frameworks, building mobile client application is not a front-end integrated solutions with SPA, so we do not include UI components, if you do not want to design their own interface, you can use the [Bootstrap](http://getbootstrap.com/), [Topcoat](http://topcoat.io/) and other UI Components frame with SPA, to quickly build your WebApp.
-SPA need to use [jQuery](http://jquery.com/) and CSS3 [jquery.transit](http://ricostacruz.com/jquery.transit/) support for DOM manipulation and animation, and each view can be [RequireJS](http://requirejs.org/), [Sea.js](http://seajs.org/docs/) other CommonJS solutions or customize the way modular organization, asynchronous loading.
+SPA need to use [jQuery](http://jquery.com/) support for DOM manipulation, and each view can be [RequireJS](http://requirejs.org/), [Sea.js](http://seajs.org/docs/) other CommonJS solutions or customize the way modular organization, asynchronous loading.
SPA support mobile client browser and the desktop side modern browsers.
diff --git a/docs/home.js b/docs/home.js
index fa5d1aa..e249e13 100644
--- a/docs/home.js
+++ b/docs/home.js
@@ -19,7 +19,7 @@ define({
来快速构建你的WebApp;\
\
\
- SPA需要用jQuery和jquery.transit支持DOM操作和CSS3动画,\
+ SPA依赖jQuery进行DOM操作,\
并且每个视图可以通过RequireJS、Sea.js等CommonJS解决方案或者自定义的方式进行模块化组织、异步加载;\
\
\