mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
April
This commit is contained in:
@@ -137,7 +137,8 @@ export default class Instance extends IEventHandler
|
||||
this.store.record(this.resource, pt.name, value, this.ages[pt.index], now);
|
||||
|
||||
super._emit("ResourceModified", this.resource, pt.name, value);
|
||||
this.resource._emit("modified", pt.name, value);
|
||||
//this.resource._emit("modified", pt.name, value);
|
||||
this.resource._emit(":" + pt.name, value);
|
||||
}
|
||||
|
||||
modified(propertyName = null)
|
||||
|
||||
@@ -82,7 +82,7 @@ export class WH extends IEventHandler
|
||||
//var url = path.split(/(?:):\/\/([^:\/]*):?(\d*)/);
|
||||
// without port
|
||||
let url = path.split(this._urlRegex);
|
||||
|
||||
|
||||
//var url = path.split("://", 2);
|
||||
//var hostname = url[1];// url[1].split("/", 2)[0];
|
||||
//var pathname = url[2];// url[1].split("/").splice(1).join("/");
|
||||
|
||||
Reference in New Issue
Block a user