[Timeline] Remove namespacing from specs
This commit is contained in:
@@ -84,7 +84,7 @@ define(
|
||||
|
||||
it("applies only to timeline objects", function () {
|
||||
expect(TimelineTimespanCapability.appliesTo({
|
||||
type: 'warp.timeline'
|
||||
type: 'timeline'
|
||||
})).toBeTruthy();
|
||||
expect(TimelineTimespanCapability.appliesTo({
|
||||
type: 'folder'
|
||||
@@ -112,4 +112,4 @@ define(
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user