Why isn't this fiddle working?
Error:
Line: 42 Error: Unable to get value of the property 'fromJS': object is null or undefined
I noticed that a bunch of other ko.mapping examples in jsFiddle are also broken. I included the js file as a resource.
Why isn't this fiddle working?
Error:
Line: 42 Error: Unable to get value of the property 'fromJS': object is null or undefined
I noticed that a bunch of other ko.mapping examples in jsFiddle are also broken. I included the js file as a resource.
This is a known issue with referencing resources from raw.github.com
. GitHub is not a Content Delivery Network and is not meant to be used as such.
See this related question for more information: Should Github be used as a CDN for javascript libraries?