addyosmani / backbone-fundamentals

:book: A creative-commons book on Backbone.js for beginners and advanced users alike

Home Page:http://addyosmani.github.io/backbone-fundamentals/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using quotes and double quotes in the same line

luisfmsouza opened this issue · comments

I've noticed some code examples in Events topic with quotes and double quotes in the same line, like:

ourObject.trigger("dance jump skip", 'on fire', "15 minutes");

Is it a good idea keep some consistency?