-if(typeof module !== 'undefined' && module.exports) {
- var $ = require('jquery');
-}
-
-(function($) {
+define(['libs/jquery-1.9.1.min'], function($) {
var transformations = {};
}
}
+ return transformations;
- if(typeof module !== 'undefined' && module.exports) {
- module.exports = transformations;
- } else {
- rng.modules.visualEditor.transformations = transformations;
- }
-
-})($);
\ No newline at end of file
+});
\ No newline at end of file