You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/02/20 06:40:55 UTC

[06/50] [abbrv] incubator-weex git commit: * [html5] update

* [html5] update


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9172b4f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9172b4f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9172b4f1

Branch: refs/heads/master
Commit: 9172b4f1d65238cbab19cf3a02a82564521957a9
Parents: b0fb399
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Feb 16 10:35:39 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Feb 16 10:35:39 2017 +0800

----------------------------------------------------------------------
 vue.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9172b4f1/vue.html
----------------------------------------------------------------------
diff --git a/vue.html b/vue.html
index 1748d1c..06a1c18 100644
--- a/vue.html
+++ b/vue.html
@@ -31,7 +31,7 @@
           var query = '?page=' + defaultPage
           return f ? query + '&' : query
         })
-        location.href = url
+        return location.href = url
       }
 
       var bundle = document.createElement('script')