mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
return matcher value directly + cleanup first lines of files
This commit is contained in:
Binary file not shown.
Vendored
+1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!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"
|
||||||
|
|||||||
+1
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================== */
|
* ============================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
Vendored
+1
@@ -18,6 +18,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
+1
@@ -17,6 +17,7 @@
|
|||||||
* 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
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
|
|
||||||
!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
@@ -17,6 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ============================================================== */
|
* ============================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
Vendored
+1
@@ -18,6 +18,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
|
|
||||||
!function ( $ ) {
|
!function ( $ ) {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|||||||
Vendored
+1
@@ -17,6 +17,7 @@
|
|||||||
* 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