From ea95ca4918af80db64fdb60c908ad023c3755b79 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 29 Sep 2012 12:02:57 +0200 Subject: [PATCH] Rename full screen example to overlay and popup --- examples/{full-screen.html => overlay-and-popup.html} | 4 ++-- examples/{full-screen.js => overlay-and-popup.js} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/{full-screen.html => overlay-and-popup.html} (93%) rename examples/{full-screen.js => overlay-and-popup.js} (100%) diff --git a/examples/full-screen.html b/examples/overlay-and-popup.html similarity index 93% rename from examples/full-screen.html rename to examples/overlay-and-popup.html index 63e3960801..1fb888f108 100644 --- a/examples/full-screen.html +++ b/examples/overlay-and-popup.html @@ -66,7 +66,7 @@ } - ol3 full-screen demo + ol3 overlay-and-popup demo
@@ -75,6 +75,6 @@
- + diff --git a/examples/full-screen.js b/examples/overlay-and-popup.js similarity index 100% rename from examples/full-screen.js rename to examples/overlay-and-popup.js