Sign in
cobalt
/
cobalt.git
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
handlebars
/
runtime.js
blob: 306207cd2af7dcf5c5cf66930caf03554352f7bd [
file
]
// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module
.
exports
=
require
(
'./dist/cjs/handlebars.runtime'
)[
'default'
];