define(function(require){'use strict';varMyComponent,BaseComponent=require('oroui/js/app/components/base/component');MyComponent=BaseComponent.extend({/** * La propriété "identityProto" est propre au prototype */identityProto:{name:'No name'},initialize:function(options){// La propriété "identity" est propre à l'instancethis.identity={name:'No name'};}});returnMyComponent;});
Comments (0)
HTTPSSSH
You can clone a snippet to your computer for local editing.
Learn more.