Merge pull request #357 from marktaiwan/bug-fix

fix Relative Time and Image Throttler
This commit is contained in:
Fredrick Brennan 2015-01-23 08:01:50 +08:00
commit 1833685428
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* *
*/ */
onready(function(){ $(document).ready(function(){
'use strict'; 'use strict';
var DEFAULT_MAX = 5; // default maximum image loads var DEFAULT_MAX = 5; // default maximum image loads

View File

@ -13,7 +13,7 @@
* *
*/ */
onready(function(){ $(document).ready(function(){
'use strict'; 'use strict';
var iso8601 = function(s) { var iso8601 = function(s) {