mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
return matcher value directly + cleanup first lines of files
This commit is contained in:
Binary file not shown.
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
!function( $ ){
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
!function( $ ){
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* =========================================================== */
|
* =========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
+1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================== */
|
* ============================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ======================================================== */
|
* ======================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -18,7 +18,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
!function( $ ) {
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
!function( $ ) {
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function( $ ){
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
@@ -78,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
items = $.grep(this.source, function (item) {
|
items = $.grep(this.source, function (item) {
|
||||||
if (that.matcher(item)) return item
|
return that.matcher(item)
|
||||||
})
|
})
|
||||||
|
|
||||||
items = this.sorter(items)
|
items = this.sorter(items)
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
!function( $ ){
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
!function( $ ){
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* =========================================================== */
|
* =========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================== */
|
* ============================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
Vendored
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
* ======================================================== */
|
* ======================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -18,7 +18,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
!function( $ ) {
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,7 +17,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
!function( $ ) {
|
|
||||||
|
!function ( $ ) {
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!function( $ ){
|
!function( $ ){
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
@@ -78,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
items = $.grep(this.source, function (item) {
|
items = $.grep(this.source, function (item) {
|
||||||
if (that.matcher(item)) return item
|
return that.matcher(item)
|
||||||
})
|
})
|
||||||
|
|
||||||
items = this.sorter(items)
|
items = this.sorter(items)
|
||||||
|
|||||||
Reference in New Issue
Block a user