Skip to content

Commit a0abc1b

Browse files
committed
removed import of Counter demo
1 parent 52f9dfb commit a0abc1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/rascal/salix/util/WithPopups.rsc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import salix::Core;
66
import salix::Index;
77
import salix::Node;
88

9-
import salix::demo::basic::Counter;
9+
// temp: import salix::demo::basic::Counter;
1010

1111
import Node;
1212
import List;
@@ -123,9 +123,9 @@ void withPopupView(Popups popups, &T model, void(&T) appView, str css) {
123123
124124
}
125125
126-
127-
App[Model] testWithCounter()
128-
= withPopupsWeb([
129-
<"#thecount", popup("Pop!")>,
130-
<"#header", popup("This is the header",placement=\bottom-start())>
131-
], <42>, view, "Counter");
126+
// temporary disabled
127+
// App[Model] testWithCounter()
128+
// = withPopupsWeb([
129+
// <"#thecount", popup("Pop!")>,
130+
// <"#header", popup("This is the header",placement=\bottom-start())>
131+
// ], <42>, view, "Counter");

0 commit comments

Comments
 (0)