Author: ygrego Date: 2015-04-27 14:38:18 +0000 (Mon, 27 Apr 2015) New Revision: 1263 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1263 Log: Modification of documentation for property "ipAddress" and affectation of property "macAddress" into constructor. Modified: oipf/js/impl/model/NetworkInterface.js Modified: oipf/js/impl/model/NetworkInterface.js =================================================================== --- oipf/js/impl/model/NetworkInterface.js 2015-04-27 14:33:21 UTC (rev 1262) +++ oipf/js/impl/model/NetworkInterface.js 2015-04-27 14:38:18 UTC (rev 1263) @@ -13,7 +13,7 @@ * may be link local, private or global, depending on which address block it * belongs to, as reserved by IANA. * - * Visibility Type: readonly Integer + * Visibility Type: readonly String */ ipAddress: null, @@ -44,7 +44,7 @@ init: function(ipAddress, macAddress, connected, enabled) { this.ipAddress= ipAddress; - this.macAddress= ipAddress; + this.macAddress= macAddress; this.connected= connected; this.enabled= enabled; }
participants (1)
-
ygregoï¼ users.nuiton.org