Skip to content

Commit

Permalink
Merge pull request joseph#105 from jlbruno/patch-1
Browse files Browse the repository at this point in the history
updated a console.warn message
  • Loading branch information
joseph committed Apr 16, 2012
2 parents 6dbb533 + 346cdb7 commit bb81477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/reader.js
Expand Up @@ -410,7 +410,7 @@ Monocle.Reader = function (node, bookData, options, onLoadCallback) {
function addControl(ctrl, cType, options) {
for (var i = 0; i < p.controls.length; ++i) {
if (p.controls[i].control == ctrl) {
console.warn("Already added control: " + ctrl);
console.warn("Already added control: %o", ctrl);
return;
}
}
Expand Down

0 comments on commit bb81477

Please sign in to comment.