Skip to content

Commit

Permalink
refactor(util): remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Mar 6, 2019
1 parent 520f54f commit 5ac9876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/Resources/ti.internal/extensions/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ util.isDate = value => util.types.isDate(value);
util.isError = value => util.types.isNativeError(value);
util.isRegexp = value => util.types.isRegexp(value);

// FIXME: Our String.format is not very forgiving. It sort-of is supposed to do the same thing, but blows up easily
// util.format = String.format;
function getConstructor(obj) {
if (obj.constructor) {
return obj.constructor.name;
Expand Down

0 comments on commit 5ac9876

Please sign in to comment.