1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-11-11 08:59:59 +02:00
parent a8c04056fc
commit a291d79ecb
24 changed files with 464 additions and 449 deletions

2
js/dist/tooltip.js vendored
View File

@@ -1,3 +1,5 @@
/* global Tether */
'use strict';
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();