Thomas Bruederli
2014-06-03 e75d5e813a900d65ad3e853d3f3f214c0536dba7
program/js/common.js
@@ -607,8 +607,8 @@
}
// array utility function
Array.prototype.last = function() {
  return this[this.length-1];
jQuery.last = function(arr) {
  return arr && arr.length ? arr[arr.length-1] : undefined;
}
// jQuery plugin to emulate HTML5 placeholder attributes on input elements