From 54f5c83b35a4ad42023cd63cc9d495a212a591af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaoda=28=E8=B5=B5=E8=BE=BE=29?= Date: Thu, 28 Nov 2013 01:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5js=E6=96=87=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/boot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/boot.js b/docs/boot.js index 0a2d7c7..20496ed 100644 --- a/docs/boot.js +++ b/docs/boot.js @@ -1,7 +1,7 @@ requirejs.config({ baseUrl: '', - urlArgs: "v=" + (new Date()).getTime(), - // urlArgs: 'v=20131127', + // urlArgs: "v=" + (new Date()).getTime(), + urlArgs: 'v=20131128', paths: {} })