From 7c5e2ccbf32ed3a2f5e2a0da07aa1bbbdf2fec6c Mon Sep 17 00:00:00 2001 From: Javier Abadia Date: Thu, 2 Jan 2014 17:08:41 +0100 Subject: [PATCH] renamed tiles sample file --- tiles/{style.css => tiles-indexed-db.css} | 0 tiles/{index.html => tiles-indexed-db.html} | 4 ++-- tiles/{main.js => tiles-indexed-db.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tiles/{style.css => tiles-indexed-db.css} (100%) rename tiles/{index.html => tiles-indexed-db.html} (98%) rename tiles/{main.js => tiles-indexed-db.js} (100%) diff --git a/tiles/style.css b/tiles/tiles-indexed-db.css similarity index 100% rename from tiles/style.css rename to tiles/tiles-indexed-db.css diff --git a/tiles/index.html b/tiles/tiles-indexed-db.html similarity index 98% rename from tiles/index.html rename to tiles/tiles-indexed-db.html index 5f30b43..c095683 100644 --- a/tiles/index.html +++ b/tiles/tiles-indexed-db.html @@ -15,7 +15,7 @@ - + diff --git a/tiles/main.js b/tiles/tiles-indexed-db.js similarity index 100% rename from tiles/main.js rename to tiles/tiles-indexed-db.js