blob: 12da771d9d2e0ddd993b8c782f67d76590137cfc [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
var $ = require('./util/jquery');
/**
* Global variable exports for console debug.
*/
module.exports = function(app) {
global.travel = app;
global.$ = $;
};