diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-28 23:03:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-08-28 23:03:49 +0000 |
commit | a91f305beee5ff6fe5bb3e2a0312d8184f4763b7 (patch) | |
tree | 10ef2e37960b46c4ac4c65d3e13cd7f9b141548f /source/scripting/libjs | |
parent | a4e89f4c75af824064a213fbafe7cfa59f66bd8c (diff) | |
download | samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.tar.gz samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.tar.xz samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.zip |
r9722: Initial attempt at converting samba3dump to EJS..
Diffstat (limited to 'source/scripting/libjs')
-rw-r--r-- | source/scripting/libjs/upgrade.js (renamed from source/scripting/libjs/samba3.js) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/scripting/libjs/samba3.js b/source/scripting/libjs/upgrade.js index 7f50c8c4b28..604bbac2c02 100644 --- a/source/scripting/libjs/samba3.js +++ b/source/scripting/libjs/upgrade.js @@ -4,5 +4,10 @@ Released under the GNU GPL v2 or later */ +libinclude("base.js"); -return 0; +function foo() +{ + + return 0; +} |