Results 3 issues of Arthur

Update method logic from MDN. It works better for mobile ios browsers (ex Safari, Chrome)

fix throwing error for systemjs modules, which creates via Object.create(null) and hasnt Vue.hasOwnProperty method

Hello, my project using SystemJS bundler, which under the hood it creates module via Object.create(null); Used version rollup cannot handle this case. When project loading vuescroll lib in runtime, it...