diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-19 19:01:44 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:32:33 -0400 |
commit | 7228a1f02c983490fb0b5375eb6ebcb0938a63c3 (patch) | |
tree | 2351417d07171705bfe6d23cba2f3c3352444a92 /lib/html_script_finder/dom_handler/attributes.js | |
parent | a83fb587659d314fcf04b5456ad40f28663caf53 (diff) | |
download | librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.tar.lz librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.tar.xz librejsxul-7228a1f02c983490fb0b5375eb6ebcb0938a63c3.zip |
more jpm compatibility
Diffstat (limited to 'lib/html_script_finder/dom_handler/attributes.js')
-rw-r--r-- | lib/html_script_finder/dom_handler/attributes.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/html_script_finder/dom_handler/attributes.js b/lib/html_script_finder/dom_handler/attributes.js index 796e718..ac603fe 100644 --- a/lib/html_script_finder/dom_handler/attributes.js +++ b/lib/html_script_finder/dom_handler/attributes.js @@ -21,9 +21,8 @@ */ // object model for script entries. -var scriptObject = require("html_script_finder/dom_handler/script_object"); - -var scriptProperties = require("html_script_finder/dom_handler/script_properties"); +var scriptObject = require("./script_object"); +var scriptProperties = require("./script_properties"); const scriptTypes = scriptProperties.scriptTypes; |