diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-01 17:08:18 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-01 17:08:18 -0400 |
| commit | 5e523cf0d1a3644f6a41709b777b08f73ec71d49 (patch) | |
| tree | 636d05dd5424df0077e71810936b746a85bb616d /www/js/angular-circular-navigation.js | |
| parent | ec224285320d38b3007fb469c10fffbca1294c10 (diff) | |
further optimized montage view - got rid of padding, allowed resize control in full screen and got rid of ugly exit button in favor of floating buttons
Diffstat (limited to 'www/js/angular-circular-navigation.js')
| -rw-r--r-- | www/js/angular-circular-navigation.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/angular-circular-navigation.js b/www/js/angular-circular-navigation.js index f3b9b0a0..6f62a9e5 100644 --- a/www/js/angular-circular-navigation.js +++ b/www/js/angular-circular-navigation.js @@ -1,4 +1,8 @@ // PP - Modified to show at right angles +/* jshint -W041 */ +/* jslint browser: true*/ +/* global cordova,StatusBar,angular,console */ + (function () { 'use strict'; |
