Skip to content

Commit

Permalink
Add relay built from git
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesj committed Oct 7, 2015
1 parent 72ad6e1 commit 2639c2a
Show file tree
Hide file tree
Showing 108 changed files with 17,679 additions and 0 deletions.
23 changes: 23 additions & 0 deletions vendor/react-relay/lib/DliteFetchModeConstants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* Copyright 2013-2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule DliteFetchModeConstants
* @typechecks
*/

'use strict';

var keyMirror = require('fbjs/lib/keyMirror');

var DliteFetchModeConstants = keyMirror({
FETCH_MODE_CLIENT: null,
FETCH_MODE_PRELOAD: null,
FETCH_MODE_REFETCH: null
});

module.exports = DliteFetchModeConstants;
Loading

0 comments on commit 2639c2a

Please sign in to comment.