Add missing semicolon

This commit is contained in:
Amir E. Aharoni
2013-07-08 00:23:54 +03:00
parent fd7fe6d562
commit 601a5256b8

View File

@@ -444,7 +444,7 @@
}, 500 );
}
} );
}
};
$.fn.uls.Constructor = ULS;
} ( jQuery ) );