diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-06-07 16:24:22 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-06-07 16:24:22 +0200 |
commit | 15123805d101d1ee428733e8add2a7d044feb38a (patch) | |
tree | 8833b716332c76d89792aa9c0ce013e8694f4a82 /lib/models | |
parent | 23aecb4f2b0e489d458cf1fc5ed7934f9996002f (diff) | |
download | gitbook-15123805d101d1ee428733e8add2a7d044feb38a.zip gitbook-15123805d101d1ee428733e8add2a7d044feb38a.tar.gz gitbook-15123805d101d1ee428733e8add2a7d044feb38a.tar.bz2 |
Fix linting error
Diffstat (limited to 'lib/models')
-rw-r--r-- | lib/models/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/page.js b/lib/models/page.js index bf762fc..275a034 100644 --- a/lib/models/page.js +++ b/lib/models/page.js @@ -1,5 +1,5 @@ var Immutable = require('immutable'); -var yaml = require('js-yaml');; +var yaml = require('js-yaml'); var File = require('./file'); |