mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Duplicate declaration
Duplicate declaration
This commit is contained in:
parent
1fd28c5bfa
commit
d0fafb9278
@ -563,7 +563,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
setCaretPos = function ( node,pos ) {
|
setCaretPos = function ( node,pos ) {
|
||||||
var node = (typeof node == "string" || node instanceof String) ? document.getElementById(node) : node;
|
node = (typeof node == "string" || node instanceof String) ? document.getElementById(node) : node;
|
||||||
if(!node) {
|
if(!node) {
|
||||||
return false;
|
return false;
|
||||||
}else if(node.createTextRange) {
|
}else if(node.createTextRange) {
|
||||||
|
Loading…
Reference in New Issue
Block a user