[JSB] Armature should be able to be extended in JS.

This commit is contained in:
James Chen 2014-01-07 20:55:07 +08:00
parent 7a52d2aad7
commit e25c4b5f4d
1 changed files with 1 additions and 0 deletions

View File

@ -79,3 +79,4 @@ abstract_classes = ColliderDetector ColliderBody ArmatureDataManager ComAttribut
# Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'.
script_control_cpp = no
classes_need_extend = Armature