Missing semi-colon
This commit is contained in:
parent
c312863f85
commit
fc2f923de1
@ -47,7 +47,7 @@
|
||||
PhotoFloat.trimExtension = function(name) {
|
||||
var index = name.lastIndexOf(".");
|
||||
if (index !== -1)
|
||||
return name.substring(0, index)
|
||||
return name.substring(0, index);
|
||||
return name;
|
||||
};
|
||||
PhotoFloat.cleanHash = function(hash) {
|
||||
|
Loading…
Reference in New Issue
Block a user