Skip to content

Commit

Permalink
fix missing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Apr 18, 2011
1 parent 7c1b555 commit 05e72fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dommonster.js
Expand Up @@ -296,7 +296,7 @@

JR.frameworkTips = function(){
// Version number on http://prototypejs.org/download
if('Prototype' in window && JR.versionCompare(Prototype.Version, [1, 7])
if('Prototype' in window && JR.versionCompare(Prototype.Version, [1, 7]))
JR.tip("You are using the Prototype JavaScript framework v"+Prototype.Version+".","There's a newer version available, which potentially includes performance updates.");

// Version number on http://script.aculo.us/downloads
Expand Down

0 comments on commit 05e72fb

Please sign in to comment.