Skip to content

Commit

Permalink
Use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Jul 25, 2016
1 parent 5f1ed46 commit 8dcdcca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WebComponents/App/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ var _gaq: any[];
/* tslint:enable:no-var-keyword */

namespace Vidyano {
"use strict";

export function debug(debug: boolean = true) {
document.cookie = `useweb2home=${debug};path=/`;
}
Expand Down

0 comments on commit 8dcdcca

Please sign in to comment.