Sha256: 5ba7add93a191a511c39c1894744eb649b85ab712f0fd14a0cd7d4265eeff84b
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
/* Guilded Already 1.0.0 * Copyright (c) 2009 C. Jason Harrelson (midas) * Guilded Flash Growler is licensed under the terms of the MIT License */ g.alreadyGridInit = function( options ) { if( g.beforeAlreadyGridInit ) g.beforeAlreadyGridInit( options ); var grid = $j( '#' + options.id ); grid.alreadyGrid( options ); if( g.afterAlreadyGridInit ) g.afterAlreadyGridInit( options ); };
Version data entries
3 entries across 3 versions & 1 rubygems