Update demo to reflect key removal api change

This commit is contained in:
Tankred Hase
2016-06-14 16:47:54 +02:00
parent 7d93b882a5
commit 2bddbd6a93
6 changed files with 83 additions and 10 deletions

View File

@@ -6,7 +6,8 @@ module.exports = function(grunt) {
jshint: {
all: ['*.js', 'src/**/*.js', 'test/**/*.js'],
options: {
jshintrc: '.jshintrc'
jshintrc: '.jshintrc',
ignores: ['src/static/js/*.min.js']
}
},