Skip to content

Commit 8d4af0a

Browse files
committed
fixed a confusing comment
1 parent cc15084 commit 8d4af0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/schema-form.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ var schemaForm = angular.module('schemaForm', deps);
3434
angular.module('schemaForm').provider('sfPath',
3535
[function() {
3636

37-
// When building with browserify it's objectpath,
38-
// otherwise it's just objectpath.
37+
// When building with browserify ObjectPath is available as `objectpath` but othwerwise
38+
// it's called `ObjectPath`.
3939
var ObjectPath = window.ObjectPath || objectpath;
4040

4141
var sfPath = {parse: ObjectPath.parse};

src/sfPath.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
angular.module('schemaForm').provider('sfPath',
22
[function() {
33

4-
// When building with browserify it's objectpath,
5-
// otherwise it's just objectpath.
4+
// When building with browserify ObjectPath is available as `objectpath` but othwerwise
5+
// it's called `ObjectPath`.
66
var ObjectPath = window.ObjectPath || objectpath;
77

88
var sfPath = {parse: ObjectPath.parse};

0 commit comments

Comments
 (0)