clarify warning message.

Matthias Bussonnier 11 years ago
parent a197d4f7f4
commit faa7eabed4

@ -76,7 +76,7 @@ define([
// backward compat.
Object.defineProperty(this, 'cm_config', {
get: function() {
console.warn("warning you are accessing a deprecated field")
console.warn("Warning: accessing Cell.cm_config directly is deprecate.")
return that._options.cm_config;
},
});

Loading…
Cancel
Save