Fixed style errors

This commit is contained in:
Henry
2017-02-21 18:33:51 -08:00
parent b3cf7a5d93
commit 347fb6d882
11 changed files with 13 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
define([
'lodash',
'../../platform/features/conductor/utcTimeSystem/src/UTCTimeSystem',
'./generator/plugin'
'../../example/generator/plugin'
], function (
_,
UTCTimeSystem,
@@ -50,7 +50,7 @@ define([
"implementation": UTCTimeSystem,
"depends": ["$timeout"]
});
}
};
};
plugins.CouchDB = function (url) {
@@ -97,5 +97,9 @@ define([
};
};
plugins.Generator = function () {
return GeneratorPlugin;
};
return plugins;
});