Skip to content

Commit 883aecd

Browse files
author
Andrew Mahon (x230)
committed
fixed small bug in pushstatehelper
1 parent 473d862 commit 883aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PushstateHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ define(['jquery'], function($) {
3636

3737
fn = {
3838
init: function() {
39-
$(document).on('click', '.js-use-pushstate, .js-simulate-pushstatesft, .js-do-popstate', handlers.doc_click);
39+
$(document).on('click', '.js-use-pushstate, .js-simulate-pushstate, .js-do-popstate', handlers.doc_click);
4040
$(window).on('popstate', handlers.popstate).on('pushstate', handlers.pushstate).on('simulate-pushstate', handlers.simulate_pushstate);
4141
o.app.events.on('app.featuresInitialized', handlers.features_initialized);
4242
if(o.use_hash){

0 commit comments

Comments
 (0)