From 01e2840aaefa941da3ff69539eb2657a3190a573 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 27 Apr 2015 14:46:33 -0700 Subject: [PATCH] [Pages] Move page plugin into platform Move Page plugin from prototype location into platform, WTD-1145. --- {example/iframe => platform/features/pages}/bundle.json | 0 {example/iframe => platform/features/pages}/res/iframe.html | 0 .../iframe => platform/features/pages}/src/IFrameController.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {example/iframe => platform/features/pages}/bundle.json (100%) rename {example/iframe => platform/features/pages}/res/iframe.html (100%) rename {example/iframe => platform/features/pages}/src/IFrameController.js (100%) diff --git a/example/iframe/bundle.json b/platform/features/pages/bundle.json similarity index 100% rename from example/iframe/bundle.json rename to platform/features/pages/bundle.json diff --git a/example/iframe/res/iframe.html b/platform/features/pages/res/iframe.html similarity index 100% rename from example/iframe/res/iframe.html rename to platform/features/pages/res/iframe.html diff --git a/example/iframe/src/IFrameController.js b/platform/features/pages/src/IFrameController.js similarity index 100% rename from example/iframe/src/IFrameController.js rename to platform/features/pages/src/IFrameController.js