Removed unused fragments

This commit is contained in:
Christoph Oberhofer
2015-01-22 20:46:04 +01:00
parent a0f6afaddc
commit 0a8fe1c8e5
2 changed files with 0 additions and 15 deletions
-2
View File
@@ -1,2 +0,0 @@
return require('barcode_locator');
}));
-13
View File
@@ -1,13 +0,0 @@
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
//Allow using this built library as an AMD module
//in another project. That other project will only
//see this AMD call, not the internal modules in
//the closure below.
define([], factory);
} else {
//Browser globals case. Just assign the
//result to a property on the global.
root.Locator = factory();
}
}(this, function () {