From 5aa0d5b184e6fc2c0cf2aeff5c24354b8cd6d16d Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 23 Feb 2018 08:41:36 +0100 Subject: [PATCH] Fixed bug: There is nothing like console.notice. --- app/assets/javascripts/app/lib/spine/spine.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/lib/spine/spine.coffee b/app/assets/javascripts/app/lib/spine/spine.coffee index fee7138f8..df3f598f4 100644 --- a/app/assets/javascripts/app/lib/spine/spine.coffee +++ b/app/assets/javascripts/app/lib/spine/spine.coffee @@ -422,7 +422,7 @@ class Model extends Module if !@constructor.irecords[@id] model = @constructor.className atts_json = JSON.stringify(atts) - console.notice "Can't refresh not exisint %s instance with ID %s and attributes %s. Possible race condition?", model, @id, atts_json + console.log "Can't refresh not exisint %s instance with ID %s and attributes %s. Possible race condition?", model, @id, atts_json # prevent exception return