Skip to content

Commit d19fa71

Browse files
committed
Fixed declaration of getCurrentIndex
1 parent 963fb40 commit d19fa71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/uncompressed/history.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,11 @@
11121112
};
11131113

11141114
/**
1115-
* History.getCurrentIndex()
1116-
* Gets the current index
1117-
* @return (integer)
1115+
* History.getCurrentIndex()
1116+
* Gets the current index
1117+
* @return (integer)
11181118
*/
1119-
History.getCurrentIndex() = function(){
1119+
History.getCurrentIndex = function(){
11201120
// Prepare
11211121
var index = null;
11221122

0 commit comments

Comments
 (0)