|
|
@@ -16483,27 +16483,4 @@ WalkontableViewport.prototype.resetSettings = function () {
|
|
|
|
|
|
};
|
|
|
|
|
|
- /************************************
|
|
|
- Exposing Numeral
|
|
|
- ************************************/
|
|
|
-
|
|
|
- // CommonJS module is defined
|
|
|
- if (hasModule) {
|
|
|
- module.exports = numeral;
|
|
|
- }
|
|
|
-
|
|
|
- /*global ender:false */
|
|
|
- if (typeof ender === 'undefined') {
|
|
|
- // here, `this` means `window` in the browser, or `global` on the server
|
|
|
- // add `numeral` as a global object via a string identifier,
|
|
|
- // for Closure Compiler 'advanced' mode
|
|
|
- this['numeral'] = numeral;
|
|
|
- }
|
|
|
-
|
|
|
- /*global define:false */
|
|
|
- if (typeof define === 'function' && define.amd) {
|
|
|
- define([], function () {
|
|
|
- return numeral;
|
|
|
- });
|
|
|
- }
|
|
|
}).call(this);
|