Skip to content

Commit 2546fc6

Browse files
sis0k0hdeshev
authored andcommitted
fix: lint error to make travis build green
1 parent 3a5ddd3 commit 2546fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/view-util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class ViewUtil {
312312
traceLog("setStyleProperty: " + styleName + " = " + styleValue);
313313

314314
let name = styleName;
315-
let resolvedValue = styleValue; //this.resolveCssValue(styleValue);
315+
let resolvedValue = styleValue; // this.resolveCssValue(styleValue);
316316

317317
if (resolvedValue !== null) {
318318
view.style[name] = resolvedValue;

0 commit comments

Comments
 (0)