Open benfrancis opened 11 years ago
This works:
var MyObject = { myFunction: function() { } }
This doesn't work:
var MyObject = { myFunction: function myObjectFunction() { } }
Unfortunately this makes NST not work for my entire project :(
This works:
This doesn't work:
Unfortunately this makes NST not work for my entire project :(