Skip to content

Commit 1a92cfe

Browse files
committed
Updated dependencies for 0.4.0 pre-release.
1 parent 858bef1 commit 1a92cfe

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

dist/angular-data.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Jason Dobry <[email protected]>
3-
* @file angular-data.js
3+
* @file angular-data.min.js
44
* @version 0.4.0 - Homepage <http://jmdobry.github.io/angular-data/>
55
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>
66
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
@@ -2819,16 +2819,16 @@ function DSProvider() {
28192819

28202820
module.exports = DSProvider;
28212821

2822-
},{"./async_methods":32,"./http":35,"./sync_methods":48,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"cX8q+p":[function(require,module,exports){
2822+
},{"./async_methods":32,"./http":35,"./sync_methods":48,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"services":[function(require,module,exports){
2823+
module.exports=require('cX8q+p');
2824+
},{}],"cX8q+p":[function(require,module,exports){
28232825
module.exports = {
28242826
config: {
28252827
idAttribute: 'id'
28262828
},
28272829
store: {}
28282830
};
28292831

2830-
},{}],"services":[function(require,module,exports){
2831-
module.exports=require('cX8q+p');
28322832
},{}],"hT1bCX":[function(require,module,exports){
28332833
module.exports = {
28342834

@@ -4020,7 +4020,9 @@ function previous(resourceName, id) {
40204020

40214021
module.exports = previous;
40224022

4023-
},{"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"hIh4e1":[function(require,module,exports){
4023+
},{"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"errors":[function(require,module,exports){
4024+
module.exports=require('hIh4e1');
4025+
},{}],"hIh4e1":[function(require,module,exports){
40244026
/**
40254027
* @doc function
40264028
* @id errors.types:UnhandledError
@@ -4230,8 +4232,6 @@ module.exports = {
42304232
RuntimeError: RuntimeError
42314233
};
42324234

4233-
},{}],"errors":[function(require,module,exports){
4234-
module.exports=require('hIh4e1');
42354235
},{}],55:[function(require,module,exports){
42364236
(function (window, angular, undefined) {
42374237
'use strict';

0 commit comments

Comments
 (0)