hedera-web/js/vn/hash-listener.js

16 lines
186 B
JavaScript
Raw Normal View History

2016-09-26 09:28:47 +00:00
var Object = require ('./object');
2015-08-17 18:02:14 +00:00
/**
* Class to handle the URL.
**/
2016-09-26 09:28:47 +00:00
module.exports = new Class
2015-08-17 18:02:14 +00:00
({
2016-09-26 09:28:47 +00:00
Extends: Object
2015-08-17 18:02:14 +00:00
,changed: function ()
{
this.signalEmit ('changed');
}
});