aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/fragments.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controllers/fragments.js')
-rw-r--r--js/controllers/fragments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/fragments.js b/js/controllers/fragments.js
index 008e5de..0ad699b 100644
--- a/js/controllers/fragments.js
+++ b/js/controllers/fragments.js
@@ -264,7 +264,7 @@ export default class Fragments {
this.Reveal.updateProgress();
if( this.Reveal.getConfig().fragmentInURL ) {
- this.Reveal.writeURL();
+ this.Reveal.location.writeURL();
}
return !!( changedFragments.shown.length || changedFragments.hidden.length );