class Pettanr.SpeechBalloon extends Peta.Element @singular: () -> 'SpeechBalloon' @plural: () -> 'SpeechBalloons' defaults: { id: null, z: null, t: null } @has_picture: () -> false @symbol_option: () -> @speech_balloon_template.symbol_option initialize: () -> if @id @url = @url + @id class Pettanr.SpeechBalloon.Collection extends Backbone.Collection model: Pettanr.SpeechBalloon url: '/speech_balloons'