From 6886863a983fc13adc5c3f570dfb2f868c535082 Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Wed, 17 Oct 2012 01:57:14 +0800 Subject: [PATCH] Update --- test/index.html | 4 ++++ test/{libs.axis.js => lib.axis.js} | 0 test/{libs.bubble.js => lib.bubble.js} | 0 test/{libs.bundle.js => lib.bundle.js} | 0 test/{libs.treemap.js => lib.treemap.js} | 0 5 files changed, 4 insertions(+) rename test/{libs.axis.js => lib.axis.js} (100%) rename test/{libs.bubble.js => lib.bubble.js} (100%) rename test/{libs.bundle.js => lib.bundle.js} (100%) rename test/{libs.treemap.js => lib.treemap.js} (100%) diff --git a/test/index.html b/test/index.html index 5b316d7..8268671 100644 --- a/test/index.html +++ b/test/index.html @@ -26,6 +26,10 @@ + + + + diff --git a/test/libs.axis.js b/test/lib.axis.js similarity index 100% rename from test/libs.axis.js rename to test/lib.axis.js diff --git a/test/libs.bubble.js b/test/lib.bubble.js similarity index 100% rename from test/libs.bubble.js rename to test/lib.bubble.js diff --git a/test/libs.bundle.js b/test/lib.bundle.js similarity index 100% rename from test/libs.bundle.js rename to test/lib.bundle.js diff --git a/test/libs.treemap.js b/test/lib.treemap.js similarity index 100% rename from test/libs.treemap.js rename to test/lib.treemap.js