Skip to content

Commit 0752f92

Browse files
committed
Fixed spelling and spaces
1 parent 73b887c commit 0752f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/uncompressed/history.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,16 @@
137137
History.options.initialTitle = History.options.initialTitle || document.title;
138138

139139
/**
140-
* History.options.initialTitle
140+
* History.options.html4Mode
141141
* If true, will force HTMl4 mode (hashtags)
142142
*/
143-
History.options.html4Mode = History.options.html4Mode || false;
143+
History.options.html4Mode = History.options.html4Mode || false;
144144

145145
/**
146146
* History.options.delayInit
147147
* Want to override default options and call init manually.
148148
*/
149-
History.options.delayInit = History.options.delayInit || false;
149+
History.options.delayInit = History.options.delayInit || false;
150150

151151

152152
// ====================================================================

0 commit comments

Comments
 (0)