mark some methods as deprecated

This commit is contained in:
Anton Lavrenov
2015-05-07 08:48:15 +07:00
parent 1c7c202b68
commit d455d0f994
15 changed files with 93 additions and 346 deletions

View File

@@ -1575,5 +1575,4 @@ suite('Container', function() {
layer.add(circle1, circle2, circle3);
assert.equal(layer.getChildren().length, 3, 'layer has exactly three children');
});
});
});