|
|
|
@ -4,11 +4,11 @@
|
|
|
|
|
* Created by GUY on 2015/6/24. |
|
|
|
|
*/ |
|
|
|
|
import { LayerController } from "./controller.layer"; |
|
|
|
|
import { zIndex_layer } from "../constant"; |
|
|
|
|
import { zIndex_masker } from "../constant"; |
|
|
|
|
|
|
|
|
|
export class MaskersController extends LayerController { |
|
|
|
|
init() { |
|
|
|
|
super.init(arguments); |
|
|
|
|
this.zindex = zIndex_layer; |
|
|
|
|
this.zindex = zIndex_masker; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|