a61de90cd1c99fab9945120dde8ae72e0f3812ec
[framework/web/web-ui-fw.git] / libs / js / jquery-geo-1.0a4 / grunt.js
1 config.init( {
2   lint: {
3     files: [ "js/jquery.geo.core.js" ]
4   }
5 } );
6
7 task.registerTask( "default", "lint" );