Commit f83fcc55 by Carsten Brandt

fixed return value of Component::can*Property

return false, not null
parent 219eebf4
...@@ -264,8 +264,8 @@ class Component extends Object ...@@ -264,8 +264,8 @@ class Component extends Object
return true; return true;
} }
} }
return false;
} }
return false;
} }
/** /**
...@@ -294,8 +294,8 @@ class Component extends Object ...@@ -294,8 +294,8 @@ class Component extends Object
return true; return true;
} }
} }
return false;
} }
return false;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment