[Timeline] Remove namespacing from specs

This commit is contained in:
Victor Woeltjen
2015-10-23 14:06:55 -07:00
parent 26db524f0e
commit fffe07e7e6
12 changed files with 42 additions and 42 deletions

View File

@@ -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(
});
});
}
);
);