cordova-wp8
Advanced tools
Comparing version 3.8.0 to 3.8.1
{ | ||
"name": "cordova-wp8", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "cordova-wp8 release", | ||
@@ -44,2 +44,2 @@ "main": "bin/create", | ||
"license": "Apache Version 2.0" | ||
} | ||
} |
// Platform: wp8 | ||
// b4af1c5ec477dd98cd651932ea6df6d46705d7f9 | ||
// b0463746dd842818c1f08560e998ec847460596c | ||
/* | ||
@@ -22,3 +22,3 @@ Licensed to the Apache Software Foundation (ASF) under one | ||
;(function() { | ||
var PLATFORM_VERSION_BUILD_LABEL = '3.8.0'; | ||
var PLATFORM_VERSION_BUILD_LABEL = '3.8.1'; | ||
// file: src/scripts/require.js | ||
@@ -105,3 +105,5 @@ | ||
if ("cordova" in window) { throw new Error("cordova already defined"); }; | ||
if(window.cordova){ | ||
throw new Error("cordova already defined"); | ||
} | ||
@@ -112,2 +114,3 @@ | ||
/** | ||
@@ -1574,2 +1577,2 @@ * Intercept calls to addEventListener + removeEventListener and handle deviceready, | ||
})(); | ||
})(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8241
716077