From 18d0c8118103b8fb50203c5f40d7aa97e249d9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sat, 21 Apr 2012 14:57:22 +0200 Subject: [PATCH] adding padutils to padmodals --- src/static/js/pad_modals.js | 2 ++ 1 file changed, 2 insertions(+) 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() {