mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-19 13:29:02 +00:00
First pages commit
This commit is contained in:
28
js/app.js
Normal file
28
js/app.js
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Please see the included README.md file for license terms and conditions.
|
||||
*/
|
||||
|
||||
|
||||
// This file is a suggested starting place for your code.
|
||||
// It is completely optional and not required.
|
||||
// Note the reference that includes it in the index.html file.
|
||||
|
||||
|
||||
/*jslint browser:true, devel:true, white:true, vars:true */
|
||||
/*global $:false, intel:false app:false, dev:false, cordova:false */
|
||||
|
||||
|
||||
|
||||
// This file contains your event handlers, the center of your application.
|
||||
// NOTE: see app.initEvents() in init-app.js for event handler initialization code.
|
||||
|
||||
// function myEventHandler() {
|
||||
// "use strict" ;
|
||||
// // ...event handler code here...
|
||||
// }
|
||||
|
||||
|
||||
// ...additional event handlers here...
|
||||
|
||||
var wave = {};
|
||||
|
||||
Reference in New Issue
Block a user