Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / src / tvcm / promise.js
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 'use strict';
6
7 tvcm.requireRawScript('Promise.js');
8
9 tvcm.exportTo('tvcm', function() {
10   var Promise = window.Promise;
11   return {
12     Promise: Promise
13   };
14 });