Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
dc9e90b9
Unverified
Commit
dc9e90b9
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: correct comment typo
parent
03de0f57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dist/protocol.esm.js
dist/protocol.esm.js
+1
-1
dist/protocol.js
dist/protocol.js
+1
-1
src/protocol/index.js
src/protocol/index.js
+1
-1
No files found.
dist/protocol.esm.js
View file @
dc9e90b9
...
...
@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator';
* GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas
*
* The assu
n
ption is that all messages conform to a single
* The assu
m
ption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a
* field value.
...
...
This diff is collapsed.
Click to expand it.
dist/protocol.js
View file @
dc9e90b9
...
...
@@ -6,7 +6,7 @@ var Validator = require('swagger-model-validator');
* GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas
*
* The assu
n
ption is that all messages conform to a single
* The assu
m
ption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a
* field value.
...
...
This diff is collapsed.
Click to expand it.
src/protocol/index.js
View file @
dc9e90b9
...
...
@@ -4,7 +4,7 @@ import Validator from 'swagger-model-validator';
* GenericProtocol defines a simple passthru handler for messages
* This can be extended to handle different schemas
*
* The assu
n
ption is that all messages conform to a single
* The assu
m
ption is that all messages conform to a single
* wrapper schema definition. Different payloads are handled
* by a oneOf definitions within the schema determined by a
* field value.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment