Added a constant

This commit is contained in:
Jeena Paradies 2012-07-21 21:52:40 +02:00
parent ae09efa381
commit 9c49eccab4

View file

@ -0,0 +1,14 @@
define(function() {
function Detector() {
}
Detecotr.COLLISION_IDENTIFIER_TILE = "tile";
Detector.prototype.name = function(arguments){
return null;
}
return Detector;
});