diff options
author | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-21 14:57:22 +0200 |
---|---|---|
committer | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-21 14:57:22 +0200 |
commit | 18d0c8118103b8fb50203c5f40d7aa97e249d9d6 (patch) | |
tree | 5f7149d12e69264a68f9050104c99152c30982cd /src/static/js/pad_modals.js | |
parent | a557f2414e4abf606dcbeba12cf3187f9e625646 (diff) | |
download | etherpad-lite-18d0c8118103b8fb50203c5f40d7aa97e249d9d6.zip |
adding padutils to padmodals
Diffstat (limited to 'src/static/js/pad_modals.js')
-rw-r--r-- | src/static/js/pad_modals.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/js/pad_modals.js b/src/static/js/pad_modals.js index 480074c5..2e1939fc 100644 --- a/src/static/js/pad_modals.js +++ b/src/static/js/pad_modals.js @@ -19,6 +19,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +var padutils = require('./pad_utils').padutils; var padmodals = (function() { |