addColor: function()

in app/scripts/components.js [72:74]


    addColor: function () {
      this.colors.push('#333333');
    },