Commit 9d60af05 authored by Yaxel Perez's avatar Yaxel Perez

fixed stupid typo

parent f7ed0a0a
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
QUnit.test('test constructor', function () { QUnit.test('test constructor', function () {
var jio = jIO.createJIO({ var jio = jIO.createJIO({
type="nocapacity", type: "nocapacity",
schema: {'date': {'type': 'string', format: 'date-time'}}, schema: {'date': {'type': 'string', format: 'date-time'}},
sub_storage: { sub_storage: {
type: 'teststorage' type: 'teststorage'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment