(function () { 'use strict'; // ãã°ã®ã¹ã¿ã¤ã« var logStyles = { timestamp: { color: 'gray' }, label: { color: 'white', 'border-radius': '2px' }, event: { color: 'blue', 'font-weight': 'bold', 'font-size': '110%' } }; // ã©ãã«ã®è² var labelColors= { Model: 'red', Collection: 'purple', View: 'green', Router: 'black' }; function debugEvents(parts) { return function (prefix) { this.__debugEvents = this.__debugE

{{#tags}}- {{label}}
{{/tags}}