From 7a2cea44709ccb5a4d5a73bd15871fbb0082822e Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Mon, 12 Aug 2013 12:29:32 -0500 Subject: [PATCH] v0.4.0 --- js/app.js | 2 +- js/appcache.js | 2 +- js/chart.js | 2 +- js/console.js | 2 +- js/json.js | 2 +- js/locate.js | 2 +- js/map.js | 2 +- js/online.js | 2 +- js/pages.js | 2 +- js/photos.js | 2 +- js/router.js | 2 +- js/spinner.js | 2 +- js/store.js | 2 +- js/template.js | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/js/app.js b/js/app.js index d64a27e4..3df437e8 100644 --- a/js/app.js +++ b/js/app.js @@ -1,5 +1,5 @@ /*! - * wq.app - app.js + * wq.app 0.4.0 - app.js * Utilizes store and pages to dynamically load and render * content from a wq.db-compatible REST service * (c) 2012-2013, S. Andrew Sheppard diff --git a/js/appcache.js b/js/appcache.js index 4088025e..15e14cb5 100644 --- a/js/appcache.js +++ b/js/appcache.js @@ -1,5 +1,5 @@ /* - * wq.app - appcache.js + * wq.app 0.4.0 - appcache.js * Monitor HTML5 appcache events and trigger callback * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/chart.js b/js/chart.js index f1d6620c..f43221e2 100644 --- a/js/chart.js +++ b/js/chart.js @@ -1,5 +1,5 @@ /*! - * wq.app - chart.js + * wq.app 0.4.0 - chart.js * Reusable SVG charts for analyzing time-series data. * (c) 2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/console.js b/js/console.js index ef6c1ef9..6206b38f 100644 --- a/js/console.js +++ b/js/console.js @@ -1,5 +1,5 @@ /* - * wq.app - console.js + * wq.app 0.4.0 - console.js * Fallback for code using console.log * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/json.js b/js/json.js index dc4f9957..b0b7e271 100644 --- a/js/json.js +++ b/js/json.js @@ -1,5 +1,5 @@ /* - * wq.app - json.js + * wq.app 0.4.0 - json.js * Simple wrapper around jQuery.ajax * (so projects can supply non-jQuery implementations if needed.) * (c) 2013, S. Andrew Sheppard diff --git a/js/locate.js b/js/locate.js index bb414dbf..163c2326 100644 --- a/js/locate.js +++ b/js/locate.js @@ -1,5 +1,5 @@ /*! - * wq.app - locate.js + * wq.app 0.4.0 - locate.js * Geolocation utilities via Leaflet's Map.locate * (c) 2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/map.js b/js/map.js index 87d4088a..60c364bc 100644 --- a/js/map.js +++ b/js/map.js @@ -1,5 +1,5 @@ /*! - * wq.app - map.js + * wq.app 0.4.0 - map.js * Leaflet integration for app.js list & detail views * (c) 2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/online.js b/js/online.js index db93c120..ecff2e0c 100644 --- a/js/online.js +++ b/js/online.js @@ -1,5 +1,5 @@ /* - * wq.app - online.js + * wq.app 0.4.0 - online.js * Monitor network state. * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/pages.js b/js/pages.js index cc49f873..f6f5334b 100644 --- a/js/pages.js +++ b/js/pages.js @@ -1,5 +1,5 @@ /*! - * wq.app - pages.js + * wq.app 0.4.0 - pages.js * Dynamically generate jQuery Mobile pages for specified URLs * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/photos.js b/js/photos.js index 0db60983..6cda3a99 100644 --- a/js/photos.js +++ b/js/photos.js @@ -1,5 +1,5 @@ /* - * wq.app - photos.js + * wq.app 0.4.0 - photos.js * Helpers for working with Cordova photo library * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/router.js b/js/router.js index e8f10ce1..ed4c6cc6 100644 --- a/js/router.js +++ b/js/router.js @@ -1,5 +1,5 @@ /* - * wq.app - router.js + * wq.app 0.4.0 - router.js * Simple wrapper for jQuery.mobile.Router * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/spinner.js b/js/spinner.js index b4392bb8..34cb36b3 100644 --- a/js/spinner.js +++ b/js/spinner.js @@ -1,5 +1,5 @@ /* - * wq.app - spinner.js + * wq.app 0.4.0 - spinner.js * Wrapper for jQuery Mobile's spinner * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/store.js b/js/store.js index 4d666e95..fcfdf58a 100644 --- a/js/store.js +++ b/js/store.js @@ -1,5 +1,5 @@ /*! - * wq.app - store.js + * wq.app 0.4.0 - store.js * Locally-persistent, optionally server-populated JSON datastore(s) * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license diff --git a/js/template.js b/js/template.js index 53c8179f..2d1b9c34 100644 --- a/js/template.js +++ b/js/template.js @@ -1,5 +1,5 @@ /* - * wq.app - template.js + * wq.app 0.4.0 - template.js * Convenience wrapper for mustache.js * (c) 2012-2013, S. Andrew Sheppard * http://wq.io/license