Print Page | Close Window

Object doesn't support property or method 'some'

Printed From: IdeaBlade
Category: Breeze
Forum Name: Community Forum
Forum Discription: Build rich JavaScript apps using techniques you already know
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3716
Printed Date: 28-Mar-2024 at 6:10am


Topic: Object doesn't support property or method 'some'
Posted By: Marcel
Subject: Object doesn't support property or method 'some'
Date Posted: 14-Oct-2012 at 5:33am
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.



Replies:
Posted By: Marcel
Date Posted: 14-Oct-2012 at 6:12am
Think it was a problem om my side (browser caching).
Cleaned everything and it runs fine.



Print Page | Close Window