Skip to content

Commit 3295d8e

Browse files
committed
Include jquery on main example page
1 parent cc73982 commit 3295d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module.exports = function (grunt) {
220220
'common/css/examples.css'
221221
],
222222
defaultJs: [
223-
{src: '../built/geo.ext.min.js', charset: 'UTF-8', type: 'text/javascript'},
223+
{src: '../built/geo.min.js', charset: 'UTF-8', type: 'text/javascript'}, // for jquery
224224
'common/js/bootstrap.min.js',
225225
'common/js/examples.js'
226226
],

0 commit comments

Comments
 (0)