fix array type checks

This commit is contained in:
Leo Horie 2014-08-02 16:08:34 -04:00
parent 36eba7eb44
commit 6b344003e8
2 changed files with 12 additions and 6 deletions

View file

@ -1,7 +1,7 @@
module.exports = function(grunt) {
_ = require('lodash');
var version = "0.1.19"
var version = "0.1.20"
var inputFolder = "./docs"
var tempFolder = "./temp"