Skip to content

Commit ed4c907

Browse files
committed
(hash-key-copier): Remove unused hash-key-copier
1 parent b0789b3 commit ed4c907

File tree

3 files changed

+1
-320
lines changed

3 files changed

+1
-320
lines changed

angular-meteor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ var angularMeteor = angular.module('angular-meteor', [
88
'angular-meteor.session',
99
'angular-meteor.reactive-scope',
1010
'angular-meteor.utils',
11-
'angular-meteor.camera',
12-
'hashKeyCopier'
11+
'angular-meteor.camera'
1312
]);
1413

1514
angularMeteor.run(['$compile', '$document', '$rootScope', function ($compile, $document, $rootScope) {

lib/angular-hash-key-copier.js

Lines changed: 0 additions & 317 deletions
This file was deleted.

package.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Package.on_use(function (api) {
4646
// Files to load in Client only.
4747
api.add_files([
4848
// Lib Files
49-
'lib/angular-hash-key-copier.js',
5049
'lib/diff-array.js',
5150
'lib/get-updates.js',
5251
// Module Files

0 commit comments

Comments
 (0)