mediawiki-extensions-Visual.../modules/ve2/ui/ve.ui.js
Rob Moen 38e64418b5 Move inspectors into iframe loaded in contextView.
TODO- needs cleanup

Change-Id: I62d86260b48ef570ce18833dee3390ec9fff47e1
2012-06-08 17:17:11 -07:00

18 lines
387 B
JavaScript

/**
* VisualEditor User Interface namespace.
*
* All classes and functions will be attached to this object to keep the global namespace clean.
*/
ve.ui = {
};
/*
* @method static
* Returns UI stylesheet path
*/
ve.ui.getStylesheetPath = function() {
// gets the path to a UI
// TODO: look for mw.util and rewrite
return "/extensions/VisualEditor/modules/ve2/ui/styles/";
};