From 32dad756e13898928fdd341c2b4c10c5802c46c6 Mon Sep 17 00:00:00 2001 From: Alexander Dickson Date: Wed, 20 Mar 2013 16:43:13 +1100 Subject: [PATCH] Fixed typo in error thrown --- scripts/uncompressed/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uncompressed/history.js b/scripts/uncompressed/history.js index 0e7cb1ec..97e5468c 100644 --- a/scripts/uncompressed/history.js +++ b/scripts/uncompressed/history.js @@ -1700,7 +1700,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