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.

View File

@ -18,7 +18,7 @@
* ========================================================== */ * ========================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ============================================================ */ * ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ========================================================== */ * ========================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ============================================================ */ * ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ============================================================ */ * ============================================================ */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ========================================================= */ * ========================================================= */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* =========================================================== */ * =========================================================== */
!function( $ ) { !function ( $ ) {
"use strict" "use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License. * limitations under the License.
* ============================================================== */ * ============================================================== */
!function ( $ ) { !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ======================================================== */ * ======================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,8 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () { $(function () {

View File

@ -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)

View File

@ -18,7 +18,7 @@
* ========================================================== */ * ========================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ============================================================ */ * ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ========================================================== */ * ========================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ============================================================ */ * ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ============================================================ */ * ============================================================ */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* ========================================================= */ * ========================================================= */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,7 @@
* =========================================================== */ * =========================================================== */
!function( $ ) { !function ( $ ) {
"use strict" "use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License. * limitations under the License.
* ============================================================== */ * ============================================================== */
!function ( $ ) { !function ( $ ) {
"use strict" "use strict"

2
js/bootstrap-tab.js vendored
View File

@ -18,7 +18,7 @@
* ======================================================== */ * ======================================================== */
!function( $ ){ !function ( $ ) {
"use strict" "use strict"

View File

@ -18,7 +18,8 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict" "use strict"

View File

@ -17,7 +17,8 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () { $(function () {

View File

@ -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)