UNPKG
kue-ui
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Interface for kue
github.com/StreetHub/kue-ui
StreetHub/kue-ui
kue-ui
/
lib
/
client
/
app
/
helpers
/
format-error.js
8 lines
(5 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Ember
from
'ember'
;
export
function
formatError
(
input
) {
return
input; }
export
default
Ember
.
Handlebars
.
makeBoundHelper
(formatError);