wrap transition

This commit is contained in:
Jacob Thornton 2012-01-17 10:32:25 -08:00
parent 7ec4e91324
commit 593b062c7a
1 changed files with 27 additions and 23 deletions

View File

@ -17,7 +17,9 @@
* limitations under the License.
* ========================================================== */
$(function () {
!function( $ ) {
$(function () {
"use strict"
@ -44,4 +46,6 @@ $(function () {
}
})()
})
})
}( window.jQuery )