We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c74cca commit a2b545eCopy full SHA for a2b545e
1 file changed
typingdna.js
@@ -61,6 +61,9 @@ function TypingDNA(maxHistoryLength) {
61
TypingDNA.prototype.getLength = function(args) {
62
return TypingDNA.getLength.apply(this, arguments);
63
}
64
+ TypingDNA.prototype.isMobile = function(args) {
65
+ return TypingDNA.isMobile.apply(this, arguments);
66
+ }
67
TypingDNA.prototype.maxHistoryLength = TypingDNA.maxHistoryLength;
68
TypingDNA.prototype.defaultHistoryLength = TypingDNA.defaultHistoryLength;
69
TypingDNA.prototype.maxSeekTime = TypingDNA.maxSeekTime;
0 commit comments