This website requires JavaScript.
Explore
Help
Sign in
hiro
/
Vulcan
Watch
1
Star
0
Fork
You've already forked Vulcan
0
mirror of
https://github.com/vale981/Vulcan
synced
2025-03-09 12:16:37 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a6267c69de
Vulcan
/
client
/
views
/
errors
/
loading.js
5 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
making all template helpers dynamic
2014-07-05 11:24:28 +09:00
Template
[
getTemplate
(
'loading'
)
]
.
helpers
(
{
debugging loading bug
2014-07-04 11:49:52 +09:00
log
:
function
(
)
{
console
.
log
(
'loading…'
)
}
cleanup while getting familiar with the codebase
2014-09-16 15:18:27 -04:00
}
)
;
Reference in a new issue
Copy permalink