mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-18 17:02:49 +08:00
rejiggered some stuff around
This commit is contained in:
parent
7bc7c326c8
commit
251e904492
@ -84,7 +84,7 @@
|
||||
|
||||
<!-- windows -->
|
||||
<platform name="windows">
|
||||
<js-module src="src/windows/StatusBar.js" name="StatusBar">
|
||||
<js-module src="src/windows/StatusBarProxy.js" name="StatusBarProxy">
|
||||
<runs />
|
||||
</js-module>
|
||||
</platform>
|
||||
|
@ -21,9 +21,6 @@
|
||||
|
||||
var exec = require('cordova/exec');
|
||||
|
||||
// Needed for Windows Phone 8.1 as it is initialized after this module
|
||||
var StatusBar = StatusBar || require('org.apache.cordova.statusbar.StatusBar');
|
||||
|
||||
var namedColors = {
|
||||
"black": "#000000",
|
||||
"darkGray": "#A9A9A9",
|
||||
|
Loading…
Reference in New Issue
Block a user