This repository was archived by the owner on Mar 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.main.js
More file actions
33 lines (22 loc) · 1.3 KB
/
sample.main.js
File metadata and controls
33 lines (22 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//--------------------------------------------------------------------------------------------------------------------------------------
// IMPORTS
//--------------------------------------------------------------------------------------------------------------------------------------
/*
Construct our JS by importing required partials
*/
// HELPERS
//--------------------------------------------------------------------------------------------------------------------------------------
//var closestParent = require("../../node_modules/orionjs/helpers/closestParent.js");
//var fireEvent = require("../../node_modules/orionjs/helpers/fireEvent.js");
//var getIndex = require("../../node_modules/orionjs/helpers/getIndex.js");
//var swipeDetect = require("../../node_modules/orionjs/helpers/swipeDetect.js");
// VENDOR
//--------------------------------------------------------------------------------------------------------------------------------------
require("../../node_modules/orionjs/vendor/modernizr.js");
// ACTIONS
//--------------------------------------------------------------------------------------------------------------------------------------
/*
Reusable JS functionality
*/
require("../../node_modules/orionjs/actions/data-state.js");
require("../../node_modules/orionjs/actions/data-toggle-text.js");