application/js/views.js in spontaneous-0.2.0.alpha2 vs application/js/views.js in spontaneous-0.2.0.alpha3

- old
+ new

@@ -35,9 +35,12 @@ return this.content.image_fields(); }, text_fields: function() { return this.content.text_fields(); }, + string_fields: function() { + return this.content.string_fields(); + }, file_fields: function() { return this.content.file_fields(); }, mouseover: function(event) { },