application/js/views.js in spontaneous-0.2.0.beta4 vs application/js/views.js in spontaneous-0.2.0.beta5

- old
+ new

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