2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

return matcher value directly + cleanup first lines of files

This commit is contained in:
Jacob Thornton
2012-03-24 18:59:04 -07:00
parent 6dc59a9c3e
commit f02d017ffa
25 changed files with 34 additions and 22 deletions
Binary file not shown.
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================= */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* =========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
+1
View File
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ======================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -18,7 +18,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () {
+2 -1
View File
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
"use strict"
@@ -78,7 +79,7 @@
}
items = $.grep(this.source, function (item) {
if (that.matcher(item)) return item
return that.matcher(item)
})
items = this.sorter(items)
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ========================================================= */
!function( $ ){
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* =========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
+1
View File
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"
+1 -1
View File
@@ -18,7 +18,7 @@
* ======================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -18,7 +18,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
+2 -1
View File
@@ -17,7 +17,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () {
+2 -1
View File
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
"use strict"
@@ -78,7 +79,7 @@
}
items = $.grep(this.source, function (item) {
if (that.matcher(item)) return item
return that.matcher(item)
})
items = this.sorter(items)