Created
November 29, 2017 16:08
-
-
Save sirtimbly/6b215da1d43c0d8b4b64d625ff8746a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return $.button.circle.h({ | |
classes: new CC().when(model.viewing === view) | |
.bgAqua.blue | |
.otherwise().bgSilver.red | |
.toObj, | |
}, ["OK"]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment