From 0a8fe1c8e5ffdc8cabfac11613b0201c49835c44 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Thu, 22 Jan 2015 20:46:04 +0100 Subject: [PATCH] Removed unused fragments --- build/locator_end.frag | 2 -- build/locator_start.frag | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 build/locator_end.frag delete mode 100644 build/locator_start.frag diff --git a/build/locator_end.frag b/build/locator_end.frag deleted file mode 100644 index a56972d..0000000 --- a/build/locator_end.frag +++ /dev/null @@ -1,2 +0,0 @@ - return require('barcode_locator'); -})); \ No newline at end of file diff --git a/build/locator_start.frag b/build/locator_start.frag deleted file mode 100644 index 15145a9..0000000 --- a/build/locator_start.frag +++ /dev/null @@ -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 () { \ No newline at end of file