aboutsummaryrefslogtreecommitdiff
path: root/js/slides.js
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-12 21:40:42 +0200
committerPacien TRAN-GIRARD2014-05-12 21:40:42 +0200
commit765d63c299db8b75217b578b3a295fbce5d7abd3 (patch)
treeb055b96d69467a696c5a062c69b8886b8c6ea4b5 /js/slides.js
parenta94a99dad32b86e04d70f18f5b49401e43fc0a1d (diff)
downloadio-slides-remote-765d63c299db8b75217b578b3a295fbce5d7abd3.tar.gz
Import and format code
Diffstat (limited to 'js/slides.js')
-rw-r--r--js/slides.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/slides.js b/js/slides.js
index 3f6306e..156fb03 100644
--- a/js/slides.js
+++ b/js/slides.js
@@ -1,5 +1,5 @@
1require(['order!../slide_config', 'order!modernizr.custom.45394', 1require([ 'order!../slide_config', 'order!modernizr.custom.45394',
2 'order!prettify/prettify', 'order!hammer', 'order!slide-controller', 2 'order!prettify/prettify', 'order!hammer', 'order!slide-controller',
3 'order!slide-deck'], function(someModule) { 3 'order!slide-deck' ], function(someModule) {
4 4
5}); 5});