I have opened the chrome dev tool debugger and one file thelib.js
is named as VM10628
, I thought it's code from chrome but I'll check it's contents and it match the file thelib.js
. Anybody know why it's a name VM10628
?
Asked
Active
Viewed 102 times
0

jcubic
- 61,973
- 54
- 229
- 402
-
Try closing and re-open the browser. Chrome sometimes holds onto the previous version of the js file, so it shows as VM####. – Will Dec 19 '15 at 09:27
-
@Will now to file is VM11230. – jcubic Dec 19 '15 at 11:42