summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-06 18:14:07 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-06 18:14:07 -0400
commit29b1c060760d77cc2b49829f615e1442698f2980 (patch)
treec62ac4300262c2f278ac481f2b250e4f03eeca65 /plugins
parent41411b6201fa5e6ca0f78bb78073bbf525d4b573 (diff)
added a full screen option for montage view too - no status bars and sliders
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fetch.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json
index 6ce7fb89..52347d9f 100644
--- a/plugins/fetch.json
+++ b/plugins/fetch.json
@@ -31,7 +31,9 @@
"source": {
"type": "registry",
"id": "org.apache.cordova.statusbar"
- }
+ },
+ "is_top_level": true,
+ "variables": {}
},
"cordova-plugin-whitelist": {
"source": {
@@ -56,4 +58,4 @@
"is_top_level": true,
"variables": {}
}
-} \ No newline at end of file
+}