Browse Source

quote 'default' since it is a 'reserved word'

pull/14/head
Brett Langdon 11 years ago
parent
commit
863875e85b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/api/timeboard.js

+ 1
- 1
lib/api/timeboard.js View File

@ -42,7 +42,7 @@ var util = require("util");
* {
* name: "host1",
* prefix: "host",
* default: "host:my-host"
* "default": "host:my-host"
* }
* ];
* dogapi.timeboard.create(


Loading…
Cancel
Save