-
Notifications
You must be signed in to change notification settings - Fork 87
/
VMM.StoryJS.js
32 lines (24 loc) · 895 Bytes
/
VMM.StoryJS.js
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
/* VeriteCo StoryJS
================================================== */
/* * CodeKit Import
* http://incident57.com/codekit/
================================================== */
// @codekit-prepend "VMM.StoryJS.License.js";
// @codekit-prepend "Core/VMM.Core.js";
// @codekit-prepend "Language/VMM.Language.js";
// @codekit-prepend "Language/locale/zh-cn.js";
// @codekit-prepend "Media/VMM.Media.js";
// @codekit-prepend "Slider/VMM.DragSlider.js";
// @codekit-prepend "Slider/VMM.Slider.js";
// @codekit-prepend "Library/AES.js";
// @codekit-prepend "Library/bootstrap-tooltip.js";
if(typeof VMM != 'undefined' && typeof VMM.StoryJS == 'undefined') {
VMM.StoryJS = function() {
/* PRIVATE VARS
================================================== */
/* PUBLIC FUNCTIONS
================================================== */
this.init = function(d) {
};
}
}