From 61d1f492e11bfee6387d64cfbe0349db927af964 Mon Sep 17 00:00:00 2001 From: Matt Fullerton Date: Wed, 13 Aug 2014 14:29:21 +0200 Subject: [PATCH] Update dependencies css dependency was missing js dependencies missing (see #432) --- docs/tutorial-views.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index de0bcae4..90dbfe14 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -65,15 +65,18 @@ var dataset = new recline.Model.Dataset({ ### Setting up the Grid -Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following: +Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following CSS and JS dependencies in addition to those above: {% highlight html %} + - - - + + + + +