git ssb

16+

Dominic / patchbay



Commit f93ceefd06a4ef69e3af1d2fb39bc0fed84c2c7a

Merge pull request #70 from ssbc/gives-true

depject gives: use true instead of "true"
mix irving authored on 1/16/2017, 5:51:16 AM
GitHub committed on 1/16/2017, 5:51:16 AM
Parent: b7930733e8dd27caf4551cd4282b20aff09b20dd
Parent: d302bacbe8ed94521d6ae9b14809c4d87755b0db

Files changed

modules_core/message-confirm.jschanged
modules_core/message-confirm.jsView
@@ -14,10 +14,10 @@
1414 message_meta: 'map'
1515 }
1616
1717 exports.gives = {
18- message_confirm: 'true',
19- mcss: 'true'
18 + message_confirm: true,
19 + mcss: true
2020 }
2121
2222 exports.create = function (api) {
2323 return {

Built with git-ssb-web