From afb080c3bc718d5981469896a3b7285fee7393e7 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Mon, 1 Jul 2013 01:18:05 +0300 Subject: [PATCH] Fixed ""Implicit textOnly for `script` and `style` is deprecated."" warning - see http://www.kaspertidemann.com/how-to-fix-the-implicit-textonly-for-script-and-style-is-deprecated-error-in-jade/ --- app/views/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/index.jade b/app/views/index.jade index 6f2f366895..c121898992 100755 --- a/app/views/index.jade +++ b/app/views/index.jade @@ -2,5 +2,5 @@ extends layouts/default block content section(data-ng-view) - script(type="text/javascript") + script(type="text/javascript"). window.user = !{user};