when I got an instantiate object of IScroll, i found the constructor of that instantiate object point to Object rather than IScroll。Why? -


i learning original code of iscroll.js. , found question title.this code exceted[enter image description here][1]

var myscroll = new iscroll('#wrapper', { mousewheel: true});    myscroll.constructor; // object myscroll.constructor === object; //true  


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -