added jQuery to ace2_inner, make it embeddable, ace hooks work now propertly in ace2_inner

This commit is contained in:
Matthias Bartelmeß 2012-03-14 01:41:05 +01:00
parent 70940521f2
commit 1cf3ffef4a
4 changed files with 102 additions and 154 deletions

5
src/static/js/rjquery.js Normal file
View file

@ -0,0 +1,5 @@
// Proviedes a require'able version of jQuery without leaking $ and jQuery;
require('./jquery');
exports.jQuery = exports.$ = $.noConflict(true);