handlebars.runtime.js in handlebars-source-4.0.0 vs handlebars.runtime.js in handlebars-source-4.0.1

- old
+ new

@@ -1,8 +1,8 @@ /*! - handlebars v4.0.0 + handlebars v4.0.1 Copyright (C) 2011-2015 by Yehuda Katz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -167,11 +167,11 @@ var _logger = __webpack_require__(11); var _logger2 = _interopRequireDefault(_logger); - var VERSION = '4.0.0'; + var VERSION = '4.0.1'; exports.VERSION = VERSION; var COMPILER_REVISION = 7; exports.COMPILER_REVISION = COMPILER_REVISION; var REVISION_CHANGES = { @@ -359,11 +359,11 @@ var toString = Object.prototype.toString; // Sourced from lodash // https://github.com/bestiejs/lodash/blob/master/LICENSE.txt - /*eslint-disable func-style */ + /* eslint-disable func-style */ exports.toString = toString; var isFunction = function isFunction(value) { return typeof value === 'function'; }; // fallback for older versions of Chrome and Safari @@ -373,11 +373,11 @@ return typeof value === 'function' && toString.call(value) === '[object Function]'; }; } exports.isFunction = isFunction; - /*eslint-enable func-style */ + /* eslint-enable func-style */ /* istanbul ignore next */ var isArray = Array.isArray || function (value) { return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false; }; @@ -736,10 +736,10 @@ /***/ }, /* 6 */ /***/ function(module, exports, __webpack_require__) { - /* WEBPACK VAR INJECTION */(function(global) {/*global window */ + /* WEBPACK VAR INJECTION */(function(global) {/* global window */ 'use strict'; exports.__esModule = true; exports['default'] = function (Handlebars) { \ No newline at end of file