Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit d0a6e80

Browse files
committed
note on thoughts about spliting out navigate event glue
1 parent ec96efd commit d0a6e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/jquery.mobile.navigation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ define( [
2424

2525
this.setLastScrollEnabled = true;
2626

27+
// TODO consider moving the navigation handler OUT of widget into
28+
// some other object as glue between the navigate event and the
29+
// content widget load and change methods
2730
this._on( $window, { navigate: "_filterNavigateEvents" });
2831

2932
this._on( $window, {

0 commit comments

Comments
 (0)