wildstring
Advanced tools
Comparing version
{ | ||
"name": "wildstring", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple String Wildcard Handling", | ||
@@ -5,0 +5,0 @@ "main": "wildstring.js", |
'use strict'; | ||
(function (root, definition) { | ||
var wildstring = (function (name, definition) { | ||
if (typeof(module) !== 'undefined') { | ||
@@ -10,4 +10,7 @@ module.exports = definition(); | ||
} | ||
else if (typeof(this) !== 'undefined') { | ||
this[name] = definition(); | ||
} | ||
else { | ||
this['wildstring'] = definition(); | ||
return definition(); | ||
} | ||
@@ -14,0 +17,0 @@ }('wildstring', function () { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3198810
0122881
0