Skip to content

Commit e010aac

Browse files
author
epriestley
committed
accidentally a word
Summary: Sometimes I dream I am a small turtle. Test Plan: squeak squeak Differential Revision: https://secure.phabricator.com/D19248
1 parent 859b274 commit e010aac

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

resources/celerity/map.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'conpherence.pkg.css' => 'e68cf1fa',
1111
'conpherence.pkg.js' => '15191c65',
1212
'core.pkg.css' => '6da3c0e5',
13-
'core.pkg.js' => '27f3489f',
13+
'core.pkg.js' => 'b9b4a943',
1414
'differential.pkg.css' => '113e692c',
1515
'differential.pkg.js' => 'f6d809c0',
1616
'diffusion.pkg.css' => 'a2d17c7d',
@@ -253,7 +253,7 @@
253253
'rsrc/externals/javelin/lib/URI.js' => 'c989ade3',
254254
'rsrc/externals/javelin/lib/Vector.js' => '2caa8fb8',
255255
'rsrc/externals/javelin/lib/WebSocket.js' => '3ffe32d6',
256-
'rsrc/externals/javelin/lib/Workflow.js' => '7dd6653c',
256+
'rsrc/externals/javelin/lib/Workflow.js' => '6a726c55',
257257
'rsrc/externals/javelin/lib/__tests__/Cookie.js' => '5ed109e8',
258258
'rsrc/externals/javelin/lib/__tests__/DOM.js' => 'c984504b',
259259
'rsrc/externals/javelin/lib/__tests__/JSON.js' => '837a7d68',
@@ -739,7 +739,7 @@
739739
'javelin-workboard-card' => 'c587b80f',
740740
'javelin-workboard-column' => '758b4758',
741741
'javelin-workboard-controller' => '26167537',
742-
'javelin-workflow' => '7dd6653c',
742+
'javelin-workflow' => '6a726c55',
743743
'maniphest-report-css' => '9b9580b7',
744744
'maniphest-task-edit-css' => 'fda62a9b',
745745
'maniphest-task-summary-css' => '11cc5344',
@@ -1425,6 +1425,17 @@
14251425
'69adf288' => array(
14261426
'javelin-install',
14271427
),
1428+
'6a726c55' => array(
1429+
'javelin-stratcom',
1430+
'javelin-request',
1431+
'javelin-dom',
1432+
'javelin-vector',
1433+
'javelin-install',
1434+
'javelin-util',
1435+
'javelin-mask',
1436+
'javelin-uri',
1437+
'javelin-routable',
1438+
),
14281439
'6b31879a' => array(
14291440
'javelin-behavior',
14301441
'javelin-stratcom',
@@ -1527,17 +1538,6 @@
15271538
'javelin-request',
15281539
'javelin-router',
15291540
),
1530-
'7dd6653c' => array(
1531-
'javelin-stratcom',
1532-
'javelin-request',
1533-
'javelin-dom',
1534-
'javelin-vector',
1535-
'javelin-install',
1536-
'javelin-util',
1537-
'javelin-mask',
1538-
'javelin-uri',
1539-
'javelin-routable',
1540-
),
15411541
'7e41274a' => array(
15421542
'javelin-install',
15431543
),

webroot/rsrc/externals/javelin/lib/Workflow.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ JX.install('Workflow', {
152152
// handlers may still want to access the nodes.
153153

154154
// Disable whatever button the user clicked to prevent duplicate
155-
// submission mistakes when you accidentally . See T11145.
155+
// submission mistakes when you accidentally click a button multiple
156+
// times. See T11145.
156157
button.disabled = true;
157158

158159
active

0 commit comments

Comments
 (0)