Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
UI Components: add version SHA's
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Dec 12, 2013
1 parent 479ba4c commit ae370cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/jquery.ui.core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery UI Core @VERSION
* jQuery UI Core c0ab71056b936627e8a7821f03c044aec6280a40
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
Expand All @@ -17,7 +17,7 @@ var uuid = 0,
$.ui = $.ui || {};

$.extend( $.ui, {
version: "@VERSION",
version: "c0ab71056b936627e8a7821f03c044aec6280a40",

keyCode: {
BACKSPACE: 8,
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.ui.widget.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery UI Widget @VERSION
* jQuery UI Widget c0ab71056b936627e8a7821f03c044aec6280a40N
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
Expand Down
4 changes: 2 additions & 2 deletions js/widgets/jquery.ui.tabs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery UI Tabs @VERSION
* jQuery UI Tabs fadf2b312a05040436451c64bbfaf4814bc62c56
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
Expand Down Expand Up @@ -28,7 +28,7 @@ function isLocal( anchor ) {
}

$.widget( "ui.tabs", {
version: "@VERSION",
version: "fadf2b312a05040436451c64bbfaf4814bc62c56",
delay: 300,
options: {
active: null,
Expand Down

0 comments on commit ae370cd

Please sign in to comment.