Tickets
Issues
// TODO: Factorize this with the Grid's method- Id: 87ad2fc6d8dc3878a849feaa6e779af5
- Status: Open
- Initial commit: be75f4de5054fb29b3f36a2a4ee80ba9a04b21d7
- Creation date: 2015-04-23 09:19:51
- Last changed: 2015-05-10 15:45:45
- Created by: Laurent Defert
- File: js/block.js
- Last changed by: Laurent Defert
- Tag:
// TODO: Factorize this with the Grid's method
Block.prototype.getLetters = function() {
var letters = [];
this.bricks.map(function(row) {
row.map(function(brick) {
if (brick) {
History
-
Changed by Laurent Defert on 2015-05-10 15:45:45 during c766081e56e15dc84126d23e2f70804340ce254b
-
Content:
updated from
// TODO: Factorize this with the Grid's method Block.prototype.getLetters = function() { var letters = [] this.bricks.map(function(row) { row.map(function(brick) { if (brick) {