UNPKG

yrexpert-js

Version:

L'interface Web pour votre système expert...

21 lines (15 loc) 734 B
/* !----------------------------------------------------------------------------! ! ! ! Yexpert : (your) Système Expert sous Mumps GT.M et GNU/Linux ! ! Copyright (C) 2001-2015 by Hamid LOUAKED (HL). ! ! ! !----------------------------------------------------------------------------! */ module.exports = function (controller, component) { component.onNewProps = function (newProps) { // console.log('TerminalPanel newProps: ' + JSON.stringify(newProps)); } component.expanded = true return controller }