Skip to content

Commit e170152

Browse files
committed
Text for andrew
1 parent 42024c4 commit e170152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/com/billding/ControlElements.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ case class ControlElements(buttonBehaviors: ButtonBehaviors) {
2525
div(
2626
cls := "col-md-6 text-center"
2727
)(
28-
normalButton("Pause", buttonBehaviors.togglePauseMethod),
28+
normalButton("Pause for Andrew", buttonBehaviors.togglePauseMethod),
2929
normalButton("Reset the scene!", buttonBehaviors.initiateSceneReset),
3030
/*
3131
normalButton("Save the scene",

target/scala-2.12/traffic-fastopt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30332,7 +30332,7 @@ $c_Lcom_billding_ControlElements.prototype.init___Lcom_billding_ButtonBehaviors
3033230332
var array = [$m_Lscalatags_JsDom$all$().cls__Lscalatags_generic_Attr().$$colon$eq__O__Lscalatags_generic_AttrValue__Lscalatags_generic_AttrPair("col-md-6 text-center", $m_Lscalatags_JsDom$all$().stringAttr$1)];
3033330333
var jsx$4 = jsx$5.apply__sc_Seq__Lscalatags_JsDom$TypedTag(new $c_sjs_js_WrappedArray().init___sjs_js_Array(array));
3033430334
var this$6 = $m_Lscalatags_JsDom$all$();
30335-
var e = $m_Lcom_billding_OutterStyles$().normalButton$1.apply__O__O__O("Pause", new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(this$2$1) {
30335+
var e = $m_Lcom_billding_OutterStyles$().normalButton$1.apply__O__O__O("Pause for Andrew", new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(this$2$1) {
3033630336
return (function(e$2$1) {
3033730337
this$2$1.buttonBehaviors$1.togglePauseMethod__Lorg_scalajs_dom_raw_Event__V(e$2$1)
3033830338
})

0 commit comments

Comments
 (0)