Docs and Examples update.

This commit is contained in:
photonstorm
2014-02-12 15:26:29 +00:00
parent 1d633a55f0
commit d9323de752
182 changed files with 5726 additions and 1158 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ $(document).ready(function(){
.done(function(data) {
if (data.version !== '1.1.4')
if (data.version !== '1.1.5')
{
$("#upgrade").append(data.version);
$("#upgrade").css('display', 'inline-block');