EdouardTack / candlestick

jQuery plugin selector between three options
MIT License
11 stars 11 forks source link

enable/disable candle, update README #7

Closed thewayiam closed 8 years ago

EdouardTack commented 8 years ago

Hello, can you harmonize the code. Your code var e = t('[data-candlestick-id="' + t(this).attr("id") + '"]'); It's the gulp minifier job

Current code var candle = $('[data-candlestick-id="' + $(this).attr('id') + '"]');

Thank you