kenken999's picture
df
3d979b2
raw
history blame
109 Bytes
/**
* Test for Line API client
*/
function test_Line() {
var data = Line.getData();
Logger.log(data);
}