mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
14 lines
No EOL
208 B
JavaScript
14 lines
No EOL
208 B
JavaScript
define(function() {
|
|
|
|
function Detector() {
|
|
}
|
|
|
|
Detecotr.COLLISION_IDENTIFIER_TILE = "tile";
|
|
|
|
Detector.prototype.name = function(arguments){
|
|
return null;
|
|
}
|
|
|
|
return Detector;
|
|
|
|
}); |