mirror of
https://github.com/nasa/openmct.git
synced 2025-04-11 21:31:06 +00:00
[Identity] Remove unnecessary escapement
JSLint does not like unnecessary use of unicode escapement.
This commit is contained in:
parent
b39753d0a6
commit
97071fc72c
@ -46,7 +46,7 @@ define(
|
||||
}
|
||||
|
||||
IdentityIndicator.prototype.getGlyph = function () {
|
||||
return this.text && "\u0050";
|
||||
return this.text && "P";
|
||||
};
|
||||
IdentityIndicator.prototype.getGlyphClass = function () {
|
||||
return undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user