Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
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'
];