Tickets

Issues

//TODO: use a class variable to store unique_letters and calculate it only

  • Id: 09e9f17288e9ec527e6215be3b37c86e
  • Status: Closed
  • Initial commit: ac7b540d62eef0403cea6a4e2a8af4fa7629d12f
  • Creation date: 2015-03-18 20:41:16
  • Last changed: 2015-03-22 10:32:18
  • Created by: Laurent Defert
  • File: js/brick.js
  • Last changed by: Laurent Defert
  • Tag:

    //TODO: use a class variable to store unique_letters and calculate it only
    // once
    this.unique_letters = [];
    for (var i = 0; i < letters.length; i++) {
        var letter = letters[i][1];
        if (this.unique_letters.indexOf(letter) == -1) {

History