Skip to content

Commit

Permalink
Merge pull request #250 from clinuz/master
Browse files Browse the repository at this point in the history
debugging assist

Reviewed-By: Ben Combee (ben.combee@lge.com)
  • Loading branch information
unwiredben committed Mar 26, 2013
2 parents acb1704 + 7197bbe commit 8c43f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kernel/Oop.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ enyo.kind = function(inProps) {
// put reference into namespace // put reference into namespace
if (name && !enyo.getPath(name)) enyo.setPath(name, ctor); if (name && !enyo.getPath(name)) enyo.setPath(name, ctor);
else if (name) { else if (name) {
enyo.warn("enyo.kind: " + name + " is already in use by another " + enyo.error("enyo.kind: " + name + " is already in use by another " +
"kind, all kind definitions must have unique names."); "kind, all kind definitions must have unique names.");
} }
return ctor; return ctor;
Expand Down

0 comments on commit 8c43f37

Please sign in to comment.