fixed typo

This commit is contained in:
Leo Horie 2015-04-29 21:43:38 -04:00
parent ea8853eec2
commit 6f1bdc916c

View file

@ -329,7 +329,7 @@ var MyComponent = {
controller: function(args) {
//we only want to make this call once
return {
things: m.request({method: "GET", url: "/api/things/", {data: args}}) //slice the data in some way
things: m.request({method: "GET", url: "/api/things/", data: args}) //slice the data in some way
}
},
view: function(ctrl) {