From cddb540d24c52a0b7d37a08dce7ae4d80bea16b9 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 4 Mar 2015 10:54:09 +1000 Subject: [PATCH] Fixed scopeURL typo (closes #320) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 69de46f2..3a09afa7 100644 --- a/index.html +++ b/index.html @@ -256,9 +256,9 @@

  • Let target be a new URL using targetURL as input. If target is failure, return false.
  • -
  • If target is same origin as scope and - target's pathname starts with - scope's pathname, return true. +
  • If target is same origin as scopeURL + and target's pathname starts with + scopeURL's pathname, return true.
  • Otherwise, return false.