From 0644ff49d3d902ff5384d0c2e940004438c51538 Mon Sep 17 00:00:00 2001 From: Matt Fullerton Date: Tue, 12 Aug 2014 09:04:55 +0200 Subject: [PATCH] Update tutorial-views.markdown Given that exact paths to the dependencies are given, they may as well agree with the ones currently in the repository. In addition, extra dependencies are required to get SlickGrid to attempt to do anything. This may not yet be 100% correct (see Issue #432). --- docs/tutorial-views.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index de0bcae4..b9f56186 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -28,10 +28,13 @@ Before writing any code with Recline, you need to do the following preparation s 3. Include the relevant Javascript files somewhere on the page (preferably before body close tag): {% highlight html %} - - - + + + + + +