control-state-change removed

This commit is contained in:
Vladimir Enchev
2015-07-22 11:10:31 +03:00
parent 2c886cb783
commit efdf16e3fe
2 changed files with 0 additions and 2 deletions

1
ui/ui.d.ts vendored
View File

@ -8,7 +8,6 @@ declare module "ui" {
export * from "ui/button";
export * from "ui/content-view";
export * from "ui/core/bindable";
export * from "ui/core/control-state-change";
export * from "ui/core/dependency-observable";
export * from "ui/core/proxy";
export * from "ui/core/view";

View File

@ -4,7 +4,6 @@ export * from "ui/builder";
export * from "ui/button";
export * from "ui/content-view";
export * from "ui/core/bindable";
export * from "ui/core/control-state-change";
export * from "ui/core/dependency-observable";
export * from "ui/core/proxy";
export * from "ui/core/view";