bugfix and updated docs

This commit is contained in:
deltreey
2015-08-12 23:31:40 -04:00
parent 5bc4ed6a86
commit bd2902f7ed
5 changed files with 145 additions and 161 deletions

View File

@@ -175,5 +175,3 @@ var wildstring = {
if (typeof(module) !== 'undefined') { module.exports = wildstring; }
if (typeof(angular) !== 'undefined') { angular.module('wildstring').factory = wildstring; }
if (typeof(define) !== 'undefined') { define([], wildstring); }
return wildstring;