Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
changed: XPath library updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Apr 1, 2015
1 parent 00fee26 commit 98611d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion require-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require.config( {
"enketo-config": "../config.json",
"require-config": "../require-config", // required for build task
"text": "text/text",
"xpath": "xpath/build/xpathjs_javarosa",
"xpath": "xpath/build/enketo-xpathjs",
"file-manager": "../src/js/file-manager",
"jquery": "bower-components/jquery/dist/jquery",
"jquery.xpath": "jquery-xpath/jquery.xpath",
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = function( config ) {
pattern: 'lib/Modernizr.js',
included: false
}, {
pattern: 'lib/xpath/build/xpathjs_javarosa.js',
pattern: 'lib/xpath/build/enketo-xpathjs.js',
included: false
}, {
pattern: 'lib/bower-components/jquery/dist/jquery.js',
Expand Down

0 comments on commit 98611d0

Please sign in to comment.