Suppose you have
var A = Ember.Object.extend({}); A.reopenClass({ myVariable: 'hello' }); var a = A.create();
Is there a way from a to get the A object in order to get the myVariable value ?
a
A
myVariable
Aucun commentaire:
Enregistrer un commentaire