From 77c978eb30882453cd865521a390bcbdd8a9ff88 Mon Sep 17 00:00:00 2001
From: Austin King <shout@ozten.com>
Date: Fri, 4 May 2012 11:30:38 -0700
Subject: [PATCH] Fixing example RP, experimental namespace is gone.

---
 example/rp/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/rp/index.html b/example/rp/index.html
index 42391bbc9..8487ef70d 100644
--- a/example/rp/index.html
+++ b/example/rp/index.html
@@ -143,7 +143,7 @@ function checkAssertion(assertion) {
   });
 };
 
-navigator.id.experimental.watch({
+navigator.id.watch({
   loggedInEmail: (storage.loggedInUser === 'null') ? null : storage.loggedInUser,
   onready: function () {
     loggit("onready");
@@ -180,7 +180,7 @@ $(document).ready(function() {
 
     $(".specify button.assertion").attr('disabled', 'true');
 
-    navigator.id.experimental.request({
+    navigator.id.request({
       privacyURL: $('#privacy').attr('checked') ? "/privacy.html" : undefined,
       tosURL: $('#tos').attr('checked') ? "/TOS.html" : undefined,
       requiredEmail: requiredEmail,
-- 
GitLab