SharePanelModal: working on share feature, #864

This commit is contained in:
Torkel Ödegaard
2014-09-30 14:42:59 +02:00
parent 2d866b9298
commit 2c85205259
9 changed files with 242 additions and 118 deletions

21
.jsfmtrc Normal file
View File

@@ -0,0 +1,21 @@
{
"preset" : "default",
"lineBreak" : {
"before" : {
"VariableDeclarationWithoutInit" : 0,
},
"after": {
"AssignmentOperator": -1,
"ArgumentListArrayExpression": ">=1"
}
},
"whiteSpace" : {
"before" : {
},
"after" : {
}
}
}