mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
'use strict';
|
|
|
|
window.returnTo = '$$RETURN_TO$$';
|
|
window.clayConfig = require('./config.js');
|
|
window.claySettings = {};
|
|
window.customFn = require('./custom-fn.js');
|