Bug 992958 - Add support for prototype JSPropertySpecs on ClassSpec. r=luke

This commit is contained in:
Bobby Holley
2014-05-23 16:53:03 -07:00
parent 1085f01827
commit 74974e5169
4 changed files with 72 additions and 31 deletions

View File

@@ -3049,6 +3049,7 @@ const Class DateObject::class_ = {
GenericCreatePrototype<&DateObject::class_>,
date_static_methods,
date_methods,
nullptr,
FinishDateClassInit
}
};