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