Skip to content

Commit

Permalink
move ContextView to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Sep 19, 2016
1 parent a217d0d commit f35c393
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
// in accordance with the terms of the license agreement accompanying it.
// ------------------------------------------------------------------------------

export { ContextView } from "./robotlegs/bender/extensions/contextView/ContextView";
export { ContextView } from "./robotlegs/bender/extensions/contextView/impl/ContextView";
export { PixiExtension } from "./robotlegs/bender/extensions/contextView/PixiExtension";
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
IContextView
} from "robotlegs";

import { ContextView } from "./ContextView";
import { ContextView } from "./impl/ContextView";
import { applyPixiPatch } from "./pixiPatch";

/**
Expand Down

0 comments on commit f35c393

Please sign in to comment.