Protecting better against undefined properties
This commit is contained in:
@@ -26,6 +26,14 @@ window.testSuites.push( class testObservedObject {
|
||||
}
|
||||
}
|
||||
|
||||
ConstructorWorks() {
|
||||
return "not done"
|
||||
}
|
||||
|
||||
NotExtensible() {
|
||||
return "not done"
|
||||
}
|
||||
|
||||
// MustInitAllFields() {
|
||||
// class Form extends ObservedObject {
|
||||
// id
|
||||
|
||||
Reference in New Issue
Block a user