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

13 lines
153 B
JavaScript
Raw Normal View History

2015-08-17 18:02:14 +00:00
/**
* Class to handle the URL.
**/
Vn.HashListener = new Class
({
Extends: Vn.Object
,changed: function ()
{
this.signalEmit ('changed');
}
});