mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-19 18:16:44 +00:00
29 lines
700 B
JavaScript
29 lines
700 B
JavaScript
/*
|
|
* 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 = {};
|
|
|