We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b887c commit 0752f92Copy full SHA for 0752f92
scripts/uncompressed/history.js
@@ -137,16 +137,16 @@
137
History.options.initialTitle = History.options.initialTitle || document.title;
138
139
/**
140
- * History.options.initialTitle
+ * History.options.html4Mode
141
* If true, will force HTMl4 mode (hashtags)
142
*/
143
- History.options.html4Mode = History.options.html4Mode || false;
+ History.options.html4Mode = History.options.html4Mode || false;
144
145
146
* History.options.delayInit
147
* Want to override default options and call init manually.
148
149
- History.options.delayInit = History.options.delayInit || false;
+ History.options.delayInit = History.options.delayInit || false;
150
151
152
// ====================================================================
0 commit comments