blob: e1e37d418a76abe42ac5e875d89f2aaac9bb3626 [file] [log] [blame]
/**
* Dual licensed under the Apache License 2.0 and the MIT license.
* $Revision$ $Date: 2009-05-10 13:06:45 +1000 (Sun, 10 May 2009) $
*/
dojo.provide("dojox.cometd.timestamp");
dojo.require("dojox.cometd");
dojo.require("org.cometd.TimeStampExtension");
dojox.cometd.registerExtension('timestamp', new org.cometd.TimeStampExtension());