Hello,
Using the Todo sample as a guide to get started with Breeze using my own dbcontext > webapi,
i ran into a problem trying to debug my solution (VS 2012) in IE 9.
The breeze.debug.js throws an exception in
function compile(self) {
etc..
}
with the message Unhandled exception at line 1237, column 17.
Microsoft.JScript runtime error: Object doesn't support property or method 'some'.
It runs fine when i run through firefox or the Pageinspector, but with those i don't seem to be able to debug javascript.
I tried to run the ToDo sample and it throws the same exception when trying to run it through IE 9.
Any suggestions ?
Thanks in advance.