From 819af90b489d45129565e60a5c888e203d235f24 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 2 Nov 2012 19:56:43 -0400 Subject: [PATCH] FIXED - Typo --- resources/js/views/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/views/app.js b/resources/js/views/app.js index 5fb63e7..6f58692 100644 --- a/resources/js/views/app.js +++ b/resources/js/views/app.js @@ -30,7 +30,7 @@ define([ var that = this; - that.Layout = that.$el.Layout({ + that.Layout = that.$el.layout({ //applyDefaultStyles: true defaults: { closable: false