Skip to content

Commit

Permalink
Reorganised example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Oct 11, 2013
1 parent 9f81ccb commit aafeda7
Show file tree
Hide file tree
Showing 192 changed files with 29 additions and 4,459 deletions.
4 changes: 2 additions & 2 deletions examples.html
Expand Up @@ -28,7 +28,7 @@
function ($) {

// Load our examples index
$.getJSON("examples/ex/index2.json",
$.getJSON("examples/index.json",
function (index) {

// Create an examples browser
Expand All @@ -45,7 +45,7 @@
index:index,

// Our directory of example pages
pageBase:"../examples/ex/",
pageBase:"../examples/pages/",

// Initially hide code
showCode:false
Expand Down

0 comments on commit aafeda7

Please sign in to comment.