From 8b9df5e90f014ebc2bfcb4a20d95107c86177106 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 21 May 2016 13:27:56 -0700 Subject: [PATCH] Update Celerity map. --- resources/celerity/map.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 1cf9e506ee..d821f0230a 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -8,7 +8,7 @@ return array( 'names' => array( 'core.pkg.css' => '8aeacc63', - 'core.pkg.js' => '437c65c2', + 'core.pkg.js' => '7b44c14f', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '33da0633', 'differential.pkg.js' => '4b7d8f19', @@ -477,6 +477,7 @@ return array( 'rsrc/js/core/behavior-choose-control.js' => '327a00d1', 'rsrc/js/core/behavior-crop.js' => 'fa0f4fc2', 'rsrc/js/core/behavior-dark-console.js' => 'f411b6ae', + 'rsrc/js/core/behavior-detect-timezone.js' => 'ae9f2ec9', 'rsrc/js/core/behavior-device.js' => 'bb1dd507', 'rsrc/js/core/behavior-drag-and-drop-textarea.js' => '484a6e22', 'rsrc/js/core/behavior-error-log.js' => '6882e80a', @@ -601,6 +602,7 @@ return array( 'javelin-behavior-dashboard-tab-panel' => 'd4eecc63', 'javelin-behavior-day-view' => '5c46cff2', 'javelin-behavior-desktop-notifications-control' => 'edd1ba66', + 'javelin-behavior-detect-timezone' => 'ae9f2ec9', 'javelin-behavior-device' => 'bb1dd507', 'javelin-behavior-differential-add-reviewers-and-ccs' => 'e10f8e18', 'javelin-behavior-differential-comment-jump' => '4fdb476d', @@ -1742,6 +1744,11 @@ return array( 'javelin-util', 'phabricator-busy', ), + 'ae9f2ec9' => array( + 'javelin-behavior', + 'javelin-uri', + 'phabricator-notification', + ), 'b003d4fb' => array( 'javelin-behavior', 'javelin-stratcom', @@ -2332,6 +2339,7 @@ return array( 'javelin-behavior-scrollbar', 'javelin-behavior-durable-column', 'conpherence-thread-manager', + 'javelin-behavior-detect-timezone', ), 'darkconsole.pkg.js' => array( 'javelin-behavior-dark-console',