Skip to content

Commit cecf280

Browse files
committed
refactor: allow @warp-drive in data docs
1 parent a5b4a45 commit cecf280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/project-version/modules/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class ModuleRoute extends ClassRoute.extend(ScrollTracker) {
1818

1919
// These modules should not have `ember-` tacked onto the front of them
2020
// when forming the ids and URLs.
21-
let isNotEmber = klass.match(/@glimmer|rsvp|jquery/);
21+
let isNotEmber = klass.match(/@warp-drive|@glimmer|rsvp|jquery/);
2222

2323
if (!~klass.indexOf(project) && !isNotEmber) {
2424
klass = `${project}-${klass}`;

0 commit comments

Comments
 (0)