From 8e055913ee159914bb22e9e56e95f8c12f2e5ff7 Mon Sep 17 00:00:00 2001 From: Andy Short Date: Fri, 30 May 2014 13:29:36 -0700 Subject: [PATCH] fixed typo --- scripts/uncompressed/history.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/uncompressed/history.js b/scripts/uncompressed/history.js index 81fbb2a1..e788f4a0 100644 --- a/scripts/uncompressed/history.js +++ b/scripts/uncompressed/history.js @@ -1778,7 +1778,7 @@ // Check the State if ( History.getHashByUrl(url) && History.emulated.pushState ) { - throw new Error('History.js does not support states with fragement-identifiers (hashes/anchors).'); + throw new Error('History.js does not support states with fragment-identifiers (hashes/anchors).'); } // Handle Queueing @@ -1835,7 +1835,7 @@ // Check the State if ( History.getHashByUrl(url) && History.emulated.pushState ) { - throw new Error('History.js does not support states with fragement-identifiers (hashes/anchors).'); + throw new Error('History.js does not support states with fragment-identifiers (hashes/anchors).'); } // Handle Queueing