appcache-autoupdate
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -42,9 +42,9 @@ /* global define */ | ||
define([], function () { | ||
root.AutoUpdate = factory(root.applicationCache, Events); | ||
root.AutoUpdate = factory(applicationCache, Events); | ||
return root.AutoUpdate; | ||
}); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(root.applicationCache, Events); | ||
module.exports = factory(applicationCache, Events); | ||
} else { | ||
root.AutoUpdate = factory(root.applicationCache, Events); | ||
root.AutoUpdate = factory(applicationCache, Events); | ||
} | ||
@@ -51,0 +51,0 @@ })(this, function(applicationCache, Events){ // jshint ignore:line |
{ | ||
"name": "appcache-autoupdate", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Gregor Martynus <gregor@martynus.net>" |
{ | ||
"name": "appcache-autoupdate", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Browser library for automated updates of offline first applications", | ||
@@ -5,0 +5,0 @@ "main": "appcache-autoupdate.js", |
2006882