Skip to content

Commit d086a86

Browse files
Build JS
1 parent fdbe2e7 commit d086a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/schema-form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ angular.module('schemaForm').provider('sfPath',
4444
this.parse = ObjectPath.parse;
4545
this.stringify = ObjectPath.stringify;
4646
this.normalize = ObjectPath.normalize;
47-
this.$get = function () {
47+
this.$get = function() {
4848
return ObjectPath;
4949
};
5050
}]);
@@ -55,7 +55,7 @@ angular.module('schemaForm').provider('sfPath',
5555
* @kind function
5656
*
5757
*/
58-
angular.module('schemaForm').factory('sfSelect', ['sfPath', function (sfPath) {
58+
angular.module('schemaForm').factory('sfSelect', ['sfPath', function(sfPath) {
5959
var numRe = /^\d+$/;
6060

6161
/**

0 commit comments

Comments
 (0)