Changeset 8793 for extensions
- Timestamp:
- Jan 20, 2011, 11:29:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/cl_conflit/js/conflit.js
r8740 r8793 547 547 } 548 548 549 550 $.isFunction = function (value) { return jQuery.isFunction(value); } 551 $.inArray = function (a, b) { return jQuery.inArray(a, b); } 552 $.error = function (a , b , c) {jQuery.error(a , b , c);} 553 549 554 if (typeof ($.extend) != "function") { 550 555
Note: See TracChangeset
for help on using the changeset viewer.