Skip to content

Commit

Permalink
Fixed tslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Jan 4, 2017
1 parent 0041928 commit 71d6a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebComponents/Menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace Vidyano.WebComponents {
if (!query)
return;

if (query.items.length == 0) {
if (query.items.length === 0) {
this.app.showMessageDialog({
title: "Add menu item",
message: "Your application contains no persistent objects.\n\nFor more information [Getting Started](https://vidyano.com/gettingstarted)",
Expand Down

0 comments on commit 71d6a81

Please sign in to comment.