mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4968 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
No EOL
239 B
JavaScript
13 lines
No EOL
239 B
JavaScript
/**
|
|
* @requires Xquared.js
|
|
* @requires validator/W3.js
|
|
*/
|
|
xq.validator.Gecko = xq.Class(xq.validator.W3,
|
|
/**
|
|
* @name xq.validator.Gecko
|
|
* @lends xq.validator.Gecko.prototype
|
|
* @extends xq.validator.W3
|
|
* @constructor
|
|
*/
|
|
{
|
|
}); |