Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
akzhan committed May 24, 2013
1 parent 7c6ae67 commit d628cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jwysiwyg/bc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// $.browser fallback for jQuery 1.9+.
if ($.browser === undefined) {
jQuery.browser = function () {
$.browser = function () {
var ua_match = function (ua) {
ua = ua.toLowerCase();
var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
Expand All @@ -26,5 +26,5 @@
browser.safari = true;
}
return browser;
};
}
}

0 comments on commit d628cd6

Please sign in to comment.