mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 18:27:28 +00:00
Remove comments
This commit is contained in:
@@ -55,8 +55,6 @@ export class MaputnikDriver {
|
|||||||
|
|
||||||
then = <T>(target: T) => new MaputnikAssertable(target, this.page);
|
then = <T>(target: T) => new MaputnikAssertable(target, this.page);
|
||||||
|
|
||||||
// ---- given ---------------------------------------------------------------
|
|
||||||
|
|
||||||
public given = {
|
public given = {
|
||||||
...this.helper.given,
|
...this.helper.given,
|
||||||
|
|
||||||
@@ -90,8 +88,6 @@ export class MaputnikDriver {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// ---- when ----------------------------------------------------------------
|
|
||||||
|
|
||||||
public when = {
|
public when = {
|
||||||
...this.helper.when,
|
...this.helper.when,
|
||||||
|
|
||||||
@@ -222,8 +218,6 @@ export class MaputnikDriver {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// ---- get -----------------------------------------------------------------
|
|
||||||
|
|
||||||
public get = {
|
public get = {
|
||||||
...this.helper.get,
|
...this.helper.get,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user