Skip to content

Commit a2b545e

Browse files
committed
v2.0 mobile update
1 parent 1c74cca commit a2b545e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

typingdna.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ function TypingDNA(maxHistoryLength) {
6161
TypingDNA.prototype.getLength = function(args) {
6262
return TypingDNA.getLength.apply(this, arguments);
6363
}
64+
TypingDNA.prototype.isMobile = function(args) {
65+
return TypingDNA.isMobile.apply(this, arguments);
66+
}
6467
TypingDNA.prototype.maxHistoryLength = TypingDNA.maxHistoryLength;
6568
TypingDNA.prototype.defaultHistoryLength = TypingDNA.defaultHistoryLength;
6669
TypingDNA.prototype.maxSeekTime = TypingDNA.maxSeekTime;

0 commit comments

Comments
 (0)