Add return type.

This commit is contained in:
Peter Gill
2014-03-07 11:51:54 -03:30
parent 550943276c
commit 8804d6de0c
+1 -1
View File
@@ -7,7 +7,7 @@
interface JQuery {
placeholder();
placeholder() : void;
}